Searched refs:thread_create_result (Results 1 – 2 of 2) sorted by relevance
69 int thread_create_result = pthread_create(&server_thread_, NULL, in Start() local71 started_ = thread_create_result == 0; in Start()
754 int thread_create_result = pthread_create(&handler_thread_, &attr, in Setup() local757 result = thread_create_result ? KERN_FAILURE : KERN_SUCCESS; in Setup()