Searched refs:work_queue_read_cb (Results 1 – 1 of 1) sorted by relevance
63 static void work_queue_read_cb(void* context);217 reactor_register(thread->reactor, fd, context, work_queue_read_cb, NULL); in run_thread()243 static void work_queue_read_cb(void* context) { in work_queue_read_cb() function