thread_cb         101 test/benchmark-million-async.c   ASSERT(0 == uv_thread_create(&thread_id, thread_cb, NULL));
thread_cb          49 test/test-async-null-cb.c   ASSERT(0 == uv_thread_create(&thread, thread_cb, NULL));
thread_cb         104 test/test-async.c   r = uv_thread_create(&thread, thread_cb, NULL);