Home
last modified time | relevance | path

Searched refs:thread_loop (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vpx_util/
Dvpx_thread.c32 static THREADFN thread_loop(void *ptr) { in thread_loop() function
109 ok = !pthread_create(&worker->impl_->thread_, NULL, thread_loop, worker); in reset()
/external/libaom/libaom/aom_util/
Daom_thread.c41 static THREADFN thread_loop(void *ptr) { in thread_loop() function
140 ok = !pthread_create(&worker->impl_->thread_, NULL, thread_loop, worker); in reset()