Searched refs:thread_cb (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/mit/libuv/dist/test/
H A Dtest-async-null-cb.c32 static void thread_cb(void* dummy) { function
58 ASSERT(0 == uv_thread_create(&thread, thread_cb, NULL));
H A Dtest-async.c38 static void thread_cb(void *arg) { function
102 r = uv_thread_create(&thread, thread_cb, NULL);
H A Dbenchmark-million-async.c43 static void thread_cb(void* arg) { function
101 ASSERT(0 == uv_thread_create(&thread_id, thread_cb, NULL));

Completed in 191 milliseconds