Searched refs:pthread_create_result (Results 1 - 3 of 3) sorted by relevance

/art/runtime/base/
H A Dmutex_test.cc123 int pthread_create_result = pthread_create(&pthread, nullptr, RecursiveLockWaitCallback, &state); variable
124 ASSERT_EQ(0, pthread_create_result);
/art/test/004-JniTest/
H A Djni_test.cc64 int pthread_create_result = pthread_create(&pthread, nullptr, AttachHelper, local
66 CHECK_EQ(pthread_create_result, 0);
/art/runtime/
H A Dthread.cc638 int pthread_create_result = 0; local
647 pthread_create_result = pthread_create(&new_pthread,
653 if (pthread_create_result == 0) {
679 PrettySize(stack_size).c_str(), strerror(pthread_create_result)));

Completed in 2596 milliseconds