Searched refs:uv__cf_loop_runner (Results 1 – 2 of 2) sorted by relevance
107 static void* uv__cf_loop_runner(void* arg);652 err = UV__ERR(pthread_create(&loop->cf_thread, &attr, uv__cf_loop_runner, loop)); in uv__fsevents_loop_init()720 static void* uv__cf_loop_runner(void* arg) { in uv__cf_loop_runner() function
5250 * darwin: make the uv__cf_loop_runner and uv__cf_loop_cb functions static (Ben