Home
last modified time | relevance | path

Searched refs:thread_entry (Results 1 - 4 of 4) sorted by relevance

/third_party/libuv/test/
H A Dbenchmark-thread.c33 static void thread_entry(void* arg) { in thread_entry() function
49 r = uv_thread_create(&tid, thread_entry, (void *) 42); in BENCHMARK_IMPL()
H A Dtest-thread.c140 static void thread_entry(void* arg) { in thread_entry() function
150 r = uv_thread_create(&tid, thread_entry, (void *) 42); in TEST_IMPL()
/third_party/ffmpeg/compat/
H A Dos2threads.h73 static void thread_entry(void *arg) in thread_entry() function
89 thread->tid = _beginthread(thread_entry, NULL, 1024 * 1024, thread); in pthread_create()
/third_party/backends/backend/
H A Dplustek.c441 thread_entry(void) in thread_entry() function
493 thread_entry(); in reader_process()
1789 thread_entry(); in do_calibration()

Completed in 5 milliseconds