Searched defs:thread_data (Results 1 – 12 of 12) sorted by relevance
/aosp12/system/extras/memory_replay/tests/ |
H A D | ThreadTest.cpp | 37 thread_data_t* thread_data = reinterpret_cast<thread_data_t*>(data); in ThreadWaitForReady() local 50 thread_data_t thread_data = std::make_pair(&thread, &finish); in TEST() local 67 thread_data_t* thread_data = reinterpret_cast<thread_data_t*>(data); in ThreadWaitForPending() local 80 thread_data_t thread_data = std::make_pair(&thread, &finish); in TEST() local
|
/aosp12/bionic/tests/ |
H A D | leak_test.cpp | 134 struct thread_data { pthread_barrier_t* barrier; pid_t* tid; } threads[thread_count]; in TEST() struct
|
/aosp12/bionic/libc/malloc_debug/ |
H A D | RecordData.cpp | 100 ThreadData* thread_data = reinterpret_cast<ThreadData*>(data); in ThreadKeyDelete() local 213 ThreadData* thread_data = new ThreadData(this, new ThreadCompleteEntry()); in AddEntry() local
|
/aosp12/hardware/qcom/gps/msm8960/utils/ |
H A D | loc_timer.c | 45 static void *timer_thread(void *thread_data) in timer_thread()
|
/aosp12/hardware/qcom/sdm845/gps/msm8960/utils/ |
H A D | loc_timer.c | 45 static void *timer_thread(void *thread_data) in timer_thread()
|
/aosp12/hardware/qcom/gps/msm8084/utils/ |
H A D | loc_timer.c | 53 static void *timer_thread(void *thread_data) in timer_thread()
|
/aosp12/hardware/qcom/sdm845/gps/msm8084/utils/ |
H A D | loc_timer.c | 53 static void *timer_thread(void *thread_data) in timer_thread()
|
/aosp12/hardware/qcom/gps/msm8994/utils/ |
H A D | loc_timer.c | 53 static void *timer_thread(void *thread_data) in timer_thread()
|
/aosp12/hardware/qcom/gps/utils/ |
H A D | loc_timer.c | 53 static void *timer_thread(void *thread_data) in timer_thread()
|
/aosp12/hardware/qcom/sdm845/gps/msm8994/utils/ |
H A D | loc_timer.c | 53 static void *timer_thread(void *thread_data) in timer_thread()
|
/aosp12/hardware/qcom/sdm845/gps/utils/ |
H A D | loc_timer.c | 53 static void *timer_thread(void *thread_data) in timer_thread()
|
/aosp12/system/unwinding/libbacktrace/ |
H A D | backtrace_test.cpp | 584 thread_t thread_data = { 0, 0, 0, nullptr }; in TEST_F() local 634 thread_t thread_data = { 0, 0, 0, nullptr }; in TEST_F() local 676 thread_t thread_data = { 0, 0, 0, nullptr }; in TEST_F() local 1014 thread_t* thread_data = reinterpret_cast<thread_t*>(data); in ThreadReadTest() local 1097 thread_t thread_data = { 0, 0, 0, nullptr }; in TEST_F() local 1887 thread_t thread_data = { 0, 0, 0, nullptr }; in TEST_F() local
|