HomeSort by: relevance | last modified time | path
    Searched refs:thread_cb (Results 1 - 3 of 3) sorted by relevancy

  /src/external/mit/libuv/dist/test/
test-async-null-cb.c 32 static void thread_cb(void* dummy) { function
58 ASSERT_OK(uv_thread_create(&thread, thread_cb, NULL));
test-async.c 38 static void thread_cb(void *arg) { function
102 r = uv_thread_create(&thread, thread_cb, NULL);
benchmark-million-async.c 43 static void thread_cb(void* arg) { function
101 ASSERT(0 == uv_thread_create(&thread_id, thread_cb, NULL));

Completed in 15 milliseconds