Home
last modified time | relevance | path

Searched defs:thread_state (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/util/
H A Ddefer-call.c45 DeferCallThreadState *thread_state = get_ptr_defer_call_thread_state(); in defer_call_atexit() local
69 DeferCallThreadState *thread_state = get_ptr_defer_call_thread_state(); in defer_call() local
117 DeferCallThreadState *thread_state = get_ptr_defer_call_thread_state(); in defer_call_begin() local
132 DeferCallThreadState *thread_state = get_ptr_defer_call_thread_state(); in defer_call_end() local
/openbmc/qemu/tests/qtest/
H A Dpnv-xscom-test.c63 uint64_t thread_state; in test_xscom_core() local
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dpyperf.h78 void* thread_state; in get_thread_state() local
250 void* thread_state = pidData->use_tls ? get_thread_state(tls_base, pidData) local
/openbmc/linux/tools/perf/
H A Dbuiltin-sched.c113 enum thread_state { enum