Searched refs:pthread_create_result (Results 1 – 3 of 3) sorted by relevance
123 int pthread_create_result = pthread_create(&pthread, nullptr, RecursiveLockWait::Callback, in RecursiveLockWaitTest() local125 ASSERT_EQ(0, pthread_create_result); in RecursiveLockWaitTest()
56 int pthread_create_result = pthread_create(&pthread, nullptr, AttachHelper, in PthreadHelper() local58 assert(pthread_create_result == 0); in PthreadHelper()
424 int pthread_create_result = 0; in CreateNativeThread() local433 pthread_create_result = pthread_create(&new_pthread, in CreateNativeThread()439 if (pthread_create_result == 0) { in CreateNativeThread()465 PrettySize(stack_size).c_str(), strerror(pthread_create_result))); in CreateNativeThread()