Searched defs:pthread_create_result (Results 1 – 6 of 6) 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
|
/art/runtime/base/ |
D | mutex_test.cc | 123 int pthread_create_result = pthread_create(&pthread, nullptr, RecursiveLockWaitCallback, &state); in RecursiveLockWaitTest() local
|
/art/adbconnection/ |
D | adbconnection.cc | 257 int pthread_create_result = pthread_create(&pthread, in StartDebuggerThreads() local
|
/art/openjdkjvmti/ |
D | ti_thread.cc | 799 int pthread_create_result = pthread_create(&pthread, in RunAgentThread() local
|
/art/test/004-JniTest/ |
D | jni_test.cc | 76 int pthread_create_result = pthread_create(&pthread, nullptr, AttachHelper, in PthreadHelper() local
|
/art/runtime/ |
D | thread.cc | 678 int pthread_create_result = 0; in CreateNativeThread() local
|