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, RecursiveLockWait::Callback, variable
125 ASSERT_EQ(0, pthread_create_result);
/art/test/004-JniTest/
H A Djni_test.cc56 int pthread_create_result = pthread_create(&pthread, nullptr, AttachHelper, local
58 assert(pthread_create_result == 0);
/art/runtime/
H A Dthread.cc424 int pthread_create_result = 0; local
433 pthread_create_result = pthread_create(&new_pthread,
439 if (pthread_create_result == 0) {
465 PrettySize(stack_size).c_str(), strerror(pthread_create_result)));

Completed in 949 milliseconds