Home
last modified time | relevance | path

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

/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()

Completed in 5 milliseconds