Home
last modified time | relevance | path

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

123

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/atomic/test/
Dipc_wait_test_helpers.hpp51 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
Dwait_test_helpers.hpp48 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 Dtgkill01.c18 struct thread_state { struct
25 static struct thread_state *threads; argument
/aosp_15_r20/external/pigweed/pw_thread_freertos/
H A Dsnapshot.cc46 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 Dcompletion_queue_threading_test.cc76 struct thread_state { struct
82 struct thread_state* state = static_cast<struct thread_state*>(arg); in pluck_one() argument
H A Dcompletion_queue_test.cc490 struct thread_state { struct
491 grpc_completion_queue* cc;
492 void* tag;
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/python/
H A Dtraceback.cc38 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 Dprofiler_python.cpp724 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 Dpyperf.h77 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 D2-1.c26 static int thread_state; variable
H A D1-1.c26 static int thread_state; variable
/aosp_15_r20/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_unlink/
H A D9-1.c85 static int volatile thread_state = 0; variable
/aosp_15_r20/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_unlock/
H A D4-2.c32 static int rc, thread_state; variable
H A D2-1.c31 static int thread_state; variable
H A D1-1.c34 static int thread_state; variable
/aosp_15_r20/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_spin_unlock/
H A D1-2.c35 static volatile int thread_state; variable
H A D1-1.c33 static volatile int thread_state; variable
/aosp_15_r20/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_spin_lock/
H A D1-2.c31 static volatile int thread_state; variable
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/futex/
H A Dfutex_utils.h39 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 D1-1.c33 static int thread_state; variable
H A D4-1.c33 static int thread_state; variable
/aosp_15_r20/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_spin_trylock/
H A D1-1.c32 static volatile int thread_state; variable
/aosp_15_r20/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_wrlock/
H A D1-1.c32 static int thread_state; variable
/aosp_15_r20/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_barrier_wait/
H A D1-1.c30 static int thread_state; variable
/aosp_15_r20/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_timedwrlock/
H A D2-1.c36 static int thread_state; variable

123