/aosp12/bionic/tests/ |
H A D | bug_26110743_test.cpp | 55 ASSERT_EQ(0, pthread_join(t, &result)); in TEST() 70 ASSERT_EQ(0, pthread_join(t, &result)); in TEST() 100 ASSERT_EQ(0, pthread_join(t, &result)); in TEST() 115 ASSERT_EQ(0, pthread_join(t, &result)); in TEST()
|
H A D | pthread_test.cpp | 179 ASSERT_EQ(0, pthread_join(t, &result)); in TEST() 249 ASSERT_EQ(0, pthread_join(t, nullptr)); in MakeDeadThread() 259 ASSERT_EQ(0, pthread_join(t, &result)); in TEST() 349 pthread_join(main_thread, nullptr); in thread_fn() 479 ASSERT_EQ(0, pthread_join(t, nullptr)); in TEST() 493 ASSERT_EQ(0, pthread_join(t, nullptr)); in TEST() 591 ASSERT_EQ(0, pthread_join(t, nullptr)); in TEST() 733 pthread_join(t, nullptr); in GetActualGuardSize() 748 pthread_join(t, nullptr); in GetActualStackSize() 1896 ASSERT_EQ(0, pthread_join(t, nullptr)); in TEST() [all …]
|
H A D | semaphore_test.cpp | 94 ASSERT_EQ(0, pthread_join(t1, &result)); in TEST() 95 ASSERT_EQ(0, pthread_join(t2, &result)); in TEST() 96 ASSERT_EQ(0, pthread_join(t3, &result)); in TEST() 234 ASSERT_EQ(0, pthread_join(thread, &result)); in TEST() 257 ASSERT_EQ(0, pthread_join(thread, &result)); in TEST()
|
H A D | __cxa_thread_atexit_test.cpp | 49 ASSERT_EQ(0, pthread_join(t, nullptr)); in TEST() 123 ASSERT_EQ(0, pthread_join(t, nullptr)); in TEST()
|
H A D | android_unsafe_frame_pointer_chase_test.cpp | 100 ASSERT_EQ(0, pthread_join(t, &retval)); in TEST() 148 ASSERT_EQ(0, pthread_join(t, &retval)); in TEST()
|
H A D | stdatomic_test.cpp | 251 ASSERT_EQ(0, pthread_join(t1, &result)); in TEST() 253 ASSERT_EQ(0, pthread_join(t2, &result)); in TEST()
|
H A D | stack_protector_test.cpp | 84 ASSERT_EQ(0, pthread_join(t, &result)); in TEST()
|
/aosp12/art/test/2037-thread-name-inherit/ |
H A D | thread_name_inherit.cc | 81 pthread_join(child, &ret); in Java_Main_runThreadTestWithName() 94 pthread_join(child, &ret); in Java_Main_runThreadTest() 109 pthread_join(child, &ret); in Java_Main_runThreadTestSetJava()
|
/aosp12/art/runtime/jni/ |
H A D | java_vm_ext_test.cc | 95 CHECK_PTHREAD_CALL(pthread_join, (pthread, &ret_val), reason); in TEST_F() 107 CHECK_PTHREAD_CALL(pthread_join, (pthread, &ret_val), reason); in TEST_F() 124 CHECK_PTHREAD_CALL(pthread_join, (pthread, &ret_val), reason); in TEST_F()
|
/aosp12/bionic/benchmarks/ |
H A D | pthread_benchmark.cpp | 182 pthread_join(thread, nullptr); in BM_pthread_create() 196 pthread_join(thread, nullptr); in BM_pthread_create_and_run() 209 pthread_join(thread, nullptr); in BM_pthread_exit_and_join()
|
H A D | get_heap_size_benchmark.cpp | 61 int res = pthread_join(t[i], NULL); in BM_mallinfo()
|
/aosp12/system/extras/memory_replay/tests/ |
H A D | ThreadTest.cpp | 62 ASSERT_TRUE(pthread_join(thread_id, nullptr) == 0); in TEST() 90 ASSERT_TRUE(pthread_join(thread_id, nullptr) == 0); in TEST()
|
/aosp12/system/chre/chpp/test/ |
H A D | app_test_base.cpp | 105 pthread_join(mClientWorkThread, NULL); in TearDown() 106 pthread_join(mServiceWorkThread, NULL); in TearDown()
|
/aosp12/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/src/ |
H A D | mm_qcamera_dual_test.c | 892 rc = pthread_join(back_thread_id, NULL); in mm_app_dtc_7() 894 rc = pthread_join(front_thread_id, NULL); in mm_app_dtc_7() 930 rc = pthread_join(back_thread_id, NULL); in mm_app_dtc_8() 932 rc = pthread_join(front_thread_id, NULL); in mm_app_dtc_8() 968 rc = pthread_join(back_thread_id, NULL); in mm_app_dtc_9() 970 rc = pthread_join(front_thread_id, NULL); in mm_app_dtc_9() 1006 rc = pthread_join(back_thread_id, NULL); in mm_app_dtc_10() 1008 rc = pthread_join(front_thread_id, NULL); in mm_app_dtc_10() 1044 rc = pthread_join(back_thread_id, NULL); in mm_app_dtc_11() 1046 rc = pthread_join(front_thread_id, NULL); in mm_app_dtc_11() [all …]
|
/aosp12/frameworks/wilhelm/src/objects/ |
H A D | CEngine.cpp | 72 (void) pthread_join(thiz->mSyncThread, (void **) NULL); in CEngine_Realize() 133 (void) pthread_join(thiz->mSyncThread, (void **) NULL); in CEngine_Destroy()
|
/aosp12/hardware/samsung/nfc/halimpl/osi/ |
H A D | osi_task.cc | 126 ret = (OSI_STATE)pthread_join(task_handler->task, NULL); in OSI_task_stop() 156 ret = (OSI_STATE)pthread_join(task_handler->task, NULL); in OSI_task_kill()
|
/aosp12/hardware/libhardware/modules/sensors/tests/ |
H A D | SensorEventQueue_test.cpp | 181 pthread_join(writer, NULL); in testFullQueueIo() 182 pthread_join(reader, NULL); in testFullQueueIo()
|
/aosp12/bionic/libc/bionic/ |
H A D | pthread_detach.cpp | 51 return pthread_join(t, nullptr); in pthread_detach()
|
H A D | pthread_join.cpp | 37 int pthread_join(pthread_t t, void** return_value) { in pthread_join() function
|
/aosp12/system/extras/simpleperf/runtest/ |
H A D | function_pthread.cpp | 28 ret = pthread_join(thread, nullptr); in main()
|
/aosp12/frameworks/libs/native_bridge_support/libc/ |
H A D | stubs_arm.cpp | 98 DEFINE_INTERCEPTABLE_STUB_FUNCTION(pthread_join); 191 INIT_INTERCEPTABLE_STUB_FUNCTION("libc.so", pthread_join); in init_stub_library()
|
H A D | stubs_arm64.cpp | 99 DEFINE_INTERCEPTABLE_STUB_FUNCTION(pthread_join); 194 INIT_INTERCEPTABLE_STUB_FUNCTION("libc.so", pthread_join); in init_stub_library()
|
/aosp12/art/test/169-threadgroup-jni/ |
H A D | jni_daemon_thread.cc | 59 int pthread_join_result = pthread_join(pthread, nullptr); in Java_Main_testNativeThread()
|
/aosp12/system/core/debuggerd/crasher/ |
H A D | crasher.cpp | 113 pthread_join(t, &result); in do_action_on_thread() 309 return pthread_join(0, nullptr); in do_action()
|
/aosp12/frameworks/av/services/oboeservice/ |
H A D | AAudioThread.cpp | 102 int err = pthread_join(mThread, nullptr); in stop()
|