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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
H A Dvp9_thread.c96 ok = !pthread_create(&worker->thread_, NULL, thread_loop, worker);
127 pthread_join(worker->thread_, NULL);
H A Dvp9_thread.h171 pthread_t thread_; member in struct:__anon1139
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h2392 // The thread can be created only after all fields except thread_
2395 pthread_create(&thread_, 0, &ThreadFuncWithCLinkage, base));
2401 GTEST_CHECK_POSIX_SUCCESS_(pthread_join(thread_, 0));
2419 pthread_t thread_; // The native thread object. member in class:std::tr1::ThreadWithParam

Completed in 111 milliseconds