HomeSort by relevance Sort by last modified time
    Searched refs:thread_loop (Results 1 - 4 of 4) sorted by null

  /external/libvpx/libvpx/vp9/decoder/
vp9_thread.c 29 static THREADFN thread_loop(void *ptr) { // thread loop function
96 ok = !pthread_create(&worker->thread_, NULL, thread_loop, worker);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_thread.c 29 static THREADFN thread_loop(void *ptr) { // thread loop function
96 ok = !pthread_create(&worker->thread_, NULL, thread_loop, worker);
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_thread.c 33 static THREADFN thread_loop(void *ptr) { function
111 ok = !pthread_create(&worker->impl_->thread_, NULL, thread_loop, worker);
  /external/chromium_org/base/message_loop/
message_loop_unittest.cc 554 MessageLoop* thread_loop = thread.message_loop(); local
555 ASSERT_TRUE(NULL != thread_loop);
558 thread_loop->PostTask(FROM_HERE, Bind(&TestIOHandler::Init,
595 MessageLoop* thread_loop = thread.message_loop(); local
596 ASSERT_TRUE(NULL != thread_loop);
600 thread_loop->PostTask(FROM_HERE, Bind(&TestIOHandler::Init,
606 thread_loop->PostTask(FROM_HERE, Bind(&TestIOHandler::Init,
    [all...]

Completed in 185 milliseconds