Lines Matching refs:pthread_create_result
265 int pthread_create_result = pthread_create(&new_pthread, &attr, Thread::CreateCallback, child_thread);268 if (pthread_create_result != 0) {283 PrettySize(stack_size).c_str(), strerror(pthread_create_result)));