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

  /external/libvpx/libvpx/vp9/decoder/
vp9_thread.c 139 static THREADFN thread_loop(void *ptr) { // thread loop function
206 ok = !pthread_create(&worker->thread_, NULL, thread_loop, worker);
  /external/chromium_org/base/message_loop/
message_loop_unittest.cc 691 MessageLoop* thread_loop = thread.message_loop(); local
692 ASSERT_TRUE(NULL != thread_loop);
695 thread_loop->PostTask(FROM_HERE, Bind(&TestIOHandler::Init,
732 MessageLoop* thread_loop = thread.message_loop(); local
733 ASSERT_TRUE(NULL != thread_loop);
737 thread_loop->PostTask(FROM_HERE, Bind(&TestIOHandler::Init,
743 thread_loop->PostTask(FROM_HERE, Bind(&TestIOHandler::Init,
    [all...]
  /external/chromium/base/
message_loop_unittest.cc 1299 MessageLoop* thread_loop = thread.message_loop(); local
1339 MessageLoop* thread_loop = thread.message_loop(); local
    [all...]

Completed in 2996 milliseconds