Home
last modified time | relevance | path

Searched refs:pthread_join (Results 1 – 25 of 219) sorted by relevance

123456789

/aosp12/bionic/tests/
H A Dbug_26110743_test.cpp55 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 Dpthread_test.cpp179 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 Dsemaphore_test.cpp94 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.cpp49 ASSERT_EQ(0, pthread_join(t, nullptr)); in TEST()
123 ASSERT_EQ(0, pthread_join(t, nullptr)); in TEST()
H A Dandroid_unsafe_frame_pointer_chase_test.cpp100 ASSERT_EQ(0, pthread_join(t, &retval)); in TEST()
148 ASSERT_EQ(0, pthread_join(t, &retval)); in TEST()
H A Dstdatomic_test.cpp251 ASSERT_EQ(0, pthread_join(t1, &result)); in TEST()
253 ASSERT_EQ(0, pthread_join(t2, &result)); in TEST()
H A Dstack_protector_test.cpp84 ASSERT_EQ(0, pthread_join(t, &result)); in TEST()
/aosp12/art/test/2037-thread-name-inherit/
H A Dthread_name_inherit.cc81 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 Djava_vm_ext_test.cc95 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 Dpthread_benchmark.cpp182 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 Dget_heap_size_benchmark.cpp61 int res = pthread_join(t[i], NULL); in BM_mallinfo()
/aosp12/system/extras/memory_replay/tests/
H A DThreadTest.cpp62 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 Dapp_test_base.cpp105 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 Dmm_qcamera_dual_test.c892 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 DCEngine.cpp72 (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 Dosi_task.cc126 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 DSensorEventQueue_test.cpp181 pthread_join(writer, NULL); in testFullQueueIo()
182 pthread_join(reader, NULL); in testFullQueueIo()
/aosp12/bionic/libc/bionic/
H A Dpthread_detach.cpp51 return pthread_join(t, nullptr); in pthread_detach()
H A Dpthread_join.cpp37 int pthread_join(pthread_t t, void** return_value) { in pthread_join() function
/aosp12/system/extras/simpleperf/runtest/
H A Dfunction_pthread.cpp28 ret = pthread_join(thread, nullptr); in main()
/aosp12/frameworks/libs/native_bridge_support/libc/
H A Dstubs_arm.cpp98 DEFINE_INTERCEPTABLE_STUB_FUNCTION(pthread_join);
191 INIT_INTERCEPTABLE_STUB_FUNCTION("libc.so", pthread_join); in init_stub_library()
H A Dstubs_arm64.cpp99 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 Djni_daemon_thread.cc59 int pthread_join_result = pthread_join(pthread, nullptr); in Java_Main_testNativeThread()
/aosp12/system/core/debuggerd/crasher/
H A Dcrasher.cpp113 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 DAAudioThread.cpp102 int err = pthread_join(mThread, nullptr); in stop()

123456789