Searched refs:kqueue_thread (Results 1 – 2 of 2) sorted by relevance
60 static void *kqueue_thread(void *);229 error = pthread_create(&ctx->c_th, NULL, kqueue_thread, ctx); in ctx_thread_start()255 kqueue_thread(void *arg) in kqueue_thread() function
125 void *kqueue_thread(void *arg) { in kqueue_thread() function240 ::pthread_create(&thread, NULL, kqueue_thread, (void *)(intptr_t)kq_id); in spawn_kqueue_thread()