Home
last modified time | relevance | path

Searched refs:thread_ (Results 1 – 3 of 3) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_thread.c96 ok = !pthread_create(&worker->thread_, NULL, thread_loop, worker); in vp9_worker_reset()
127 pthread_join(worker->thread_, NULL); in vp9_worker_end()
Dvp9_thread.h171 pthread_t thread_; member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
Dgtest.h2395 pthread_create(&thread_, 0, &ThreadFuncWithCLinkage, base));
2401 GTEST_CHECK_POSIX_SUCCESS_(pthread_join(thread_, 0));
2419 pthread_t thread_; // The native thread object.