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

  /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/libvpx/libvpx/vpx_util/
vpx_thread.c 33 static THREADFN thread_loop(void *ptr) { function
111 ok = !pthread_create(&worker->impl_->thread_, NULL, thread_loop, worker);
  /external/vulkan-validation-layers/demos/smoke/
Smoke.h 88 static void thread_loop(Worker *worker) { worker->update_loop(); } function in class:Smoke::Worker
  /external/libchrome/base/message_loop/
message_loop_unittest.cc 560 MessageLoop* thread_loop = thread.message_loop(); local
561 ASSERT_TRUE(NULL != thread_loop);
564 thread_loop->PostTask(FROM_HERE, Bind(&TestIOHandler::Init,
601 MessageLoop* thread_loop = thread.message_loop(); local
602 ASSERT_TRUE(NULL != thread_loop);
606 thread_loop->PostTask(FROM_HERE, Bind(&TestIOHandler::Init,
612 thread_loop->PostTask(FROM_HERE, Bind(&TestIOHandler::Init,
    [all...]

Completed in 211 milliseconds