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

  /external/libvpx/libvpx/vpx_util/
vpx_thread.c 32 static THREADFN thread_loop(void *ptr) { function
109 ok = !pthread_create(&worker->impl_->thread_, NULL, thread_loop, worker);
  /external/vulkan-validation-layers/demos/smoke/
Smoke.h 82 static void thread_loop(Worker *worker) { worker->update_loop(); } function in class:Smoke::Worker
Smoke.cpp 833 thread_ = std::thread(Smoke::Worker::thread_loop, this);
  /external/libchrome/base/message_loop/
message_loop_unittest.cc 494 MessageLoop* thread_loop = thread.message_loop(); local
495 ASSERT_TRUE(NULL != thread_loop);
498 thread_loop->PostTask(FROM_HERE, Bind(&TestIOHandler::Init,
535 MessageLoop* thread_loop = thread.message_loop(); local
536 ASSERT_TRUE(NULL != thread_loop);
540 thread_loop->PostTask(FROM_HERE, Bind(&TestIOHandler::Init,
546 thread_loop->PostTask(FROM_HERE, Bind(&TestIOHandler::Init,
    [all...]

Completed in 145 milliseconds