Searched defs:pthread_create_result (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/tests/ |
H A D | sanitizer_stoptheworld_test.cc | 75 int pthread_create_result; in TEST() local 117 int pthread_create_result; in AdvancedIncrementerThread() local 169 int pthread_create_result; in TEST() local
|
/aosp_15_r20/art/test/169-threadgroup-jni/ |
H A D | jni_daemon_thread.cc | 57 int pthread_create_result = pthread_create(&pthread, nullptr, Runner, global_thread_group); in Java_Main_testNativeThread() local
|
/aosp_15_r20/art/runtime/base/ |
H A D | mutex_test.cc | 131 int pthread_create_result = pthread_create(&pthread, nullptr, RecursiveLockWaitCallback, &state); in RecursiveLockWaitTest() local
|
/aosp_15_r20/art/adbconnection/ |
H A D | adbconnection.cc | 392 int pthread_create_result = in StartDebuggerThreads() local
|
/aosp_15_r20/art/openjdkjvmti/ |
H A D | ti_thread.cc | 876 int pthread_create_result = pthread_create(&pthread, in RunAgentThread() local
|
/aosp_15_r20/art/test/004-JniTest/ |
H A D | jni_test.cc | 76 int pthread_create_result = pthread_create(&pthread, nullptr, AttachHelper, in PthreadHelper() local
|
/aosp_15_r20/art/runtime/jni/ |
H A D | jni_internal_test.cc | 2706 int pthread_create_result = pthread_create(&pthread, in TEST_F() local
|
/aosp_15_r20/art/runtime/ |
H A D | thread.cc | 914 int pthread_create_result = 0; in CreateNativeThread() local
|