Searched refs:pthread_create_result (Results 1 – 5 of 5) sorted by relevance
/art/test/169-threadgroup-jni/ |
D | jni_daemon_thread.cc | 57 int pthread_create_result = pthread_create(&pthread, nullptr, Runner, global_thread_group); in Java_Main_testNativeThread() local 58 CHECK_EQ(pthread_create_result, 0); in Java_Main_testNativeThread()
|
/art/runtime/base/ |
D | mutex_test.cc | 123 int pthread_create_result = pthread_create(&pthread, nullptr, RecursiveLockWaitCallback, &state); in RecursiveLockWaitTest() local 124 ASSERT_EQ(0, pthread_create_result); in RecursiveLockWaitTest()
|
/art/adbconnection/ |
D | adbconnection.cc | 257 int pthread_create_result = pthread_create(&pthread, in StartDebuggerThreads() local 261 if (pthread_create_result != 0) { in StartDebuggerThreads()
|
/art/test/004-JniTest/ |
D | jni_test.cc | 76 int pthread_create_result = pthread_create(&pthread, nullptr, AttachHelper, in PthreadHelper() local 78 CHECK_EQ(pthread_create_result, 0); in PthreadHelper()
|
/art/openjdkjvmti/ |
D | ti_thread.cc | 853 int pthread_create_result = pthread_create(&pthread, in RunAgentThread() local 857 if (pthread_create_result != 0) { in RunAgentThread()
|