/aosp_15_r20/external/sdv/vsomeip/third_party/boost/atomic/test/ |
D | ipc_wait_test_helpers.hpp | 51 struct thread_state struct in notify_one_test 53 T m_received_value; 54 test_clock::time_point m_wakeup_time; 56 explicit thread_state(T value) : m_received_value(value) in thread_state() function 185 struct thread_state struct in notify_all_test 187 T m_received_value; 188 test_clock::time_point m_wakeup_time; 190 explicit thread_state(T value) : m_received_value(value) in thread_state() argument
|
D | wait_test_helpers.hpp | 48 struct thread_state struct in notify_one_test 50 T m_received_value; 51 test_clock::time_point m_wakeup_time; 53 explicit thread_state(T value) : m_received_value(value) in thread_state() argument 173 struct thread_state struct in notify_all_test 175 T m_received_value; 176 test_clock::time_point m_wakeup_time; 178 explicit thread_state(T value) : m_received_value(value) in thread_state() argument
|
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/tgkill/ |
H A D | tgkill01.c | 18 struct thread_state { struct 25 static struct thread_state *threads; argument
|
/aosp_15_r20/external/pigweed/pw_thread_freertos/ |
H A D | snapshot.cc | 46 void CaptureThreadState(eTaskState thread_state, in CaptureThreadState() 101 [&ctx](TaskHandle_t thread, eTaskState thread_state) -> bool { in SnapshotThreads() 122 eTaskState thread_state, in SnapshotThread()
|
/aosp_15_r20/external/grpc-grpc/test/core/surface/ |
H A D | completion_queue_threading_test.cc | 76 struct thread_state { struct 82 struct thread_state* state = static_cast<struct thread_state*>(arg); in pluck_one() argument
|
H A D | completion_queue_test.cc | 490 struct thread_state { struct 491 grpc_completion_queue* cc; 492 void* tag;
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/python/ |
H A D | traceback.cc | 38 PyThreadState* thread_state = PyThreadState_GET(); in Traceback() local 205 PyThreadState* thread_state = PyThreadState_Get(); in BuildTracebackSubmodule() local
|
/aosp_15_r20/external/pytorch/torch/csrc/autograd/ |
H A D | profiler_python.cpp | 724 auto* thread_state = PyInterpreterState_ThreadHead(interpreter_); in interpreterThreads() local 758 for (const auto thread_state : interpreterThreads()) { in PythonTracer() local 802 for (const auto thread_state : interpreterThreads()) { in stop() local 825 for (const auto thread_state : interpreterThreads()) { in restart() local
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/progs/ |
H A D | pyperf.h | 77 void* thread_state; in get_thread_state() local 249 void* thread_state = pidData->use_tls ? get_thread_state(tls_base, pidData) in __on_event() local
|
/aosp_15_r20/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_init/ |
H A D | 2-1.c | 26 static int thread_state; variable
|
H A D | 1-1.c | 26 static int thread_state; variable
|
/aosp_15_r20/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_unlink/ |
H A D | 9-1.c | 85 static int volatile thread_state = 0; variable
|
/aosp_15_r20/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_unlock/ |
H A D | 4-2.c | 32 static int rc, thread_state; variable
|
H A D | 2-1.c | 31 static int thread_state; variable
|
H A D | 1-1.c | 34 static int thread_state; variable
|
/aosp_15_r20/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_spin_unlock/ |
H A D | 1-2.c | 35 static volatile int thread_state; variable
|
H A D | 1-1.c | 33 static volatile int thread_state; variable
|
/aosp_15_r20/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_spin_lock/ |
H A D | 1-2.c | 31 static volatile int thread_state; variable
|
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/futex/ |
H A D | futex_utils.h | 39 char thread_state, name[1024]; in wait_for_threads() local
|
/aosp_15_r20/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_rdlock/ |
H A D | 1-1.c | 33 static int thread_state; variable
|
H A D | 4-1.c | 33 static int thread_state; variable
|
/aosp_15_r20/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_spin_trylock/ |
H A D | 1-1.c | 32 static volatile int thread_state; variable
|
/aosp_15_r20/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_wrlock/ |
H A D | 1-1.c | 32 static int thread_state; variable
|
/aosp_15_r20/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_barrier_wait/ |
H A D | 1-1.c | 30 static int thread_state; variable
|
/aosp_15_r20/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_timedwrlock/ |
H A D | 2-1.c | 36 static int thread_state; variable
|