Home | History | Annotate | Download | only in runtime

Lines Matching refs:pthread_create_result

324   int pthread_create_result = pthread_create(&new_pthread, &attr, Thread::CreateCallback, child_thread);
327 if (pthread_create_result != 0) {
342 PrettySize(stack_size).c_str(), strerror(pthread_create_result)));