Searched refs:thread_ (Results 1 – 3 of 3) sorted by relevance
96 ok = !pthread_create(&worker->thread_, NULL, thread_loop, worker); in vp9_worker_reset()127 pthread_join(worker->thread_, NULL); in vp9_worker_end()
171 pthread_t thread_; member
2395 pthread_create(&thread_, 0, &ThreadFuncWithCLinkage, base));2401 GTEST_CHECK_POSIX_SUCCESS_(pthread_join(thread_, 0));2419 pthread_t thread_; // The native thread object.