Home
last modified time | relevance | path

Searched refs:work_queue_read_cb (Results 1 – 1 of 1) sorted by relevance

/system/bt/osi/src/
Dthread.c60 static void work_queue_read_cb(void *context);
205 …ct_t *work_queue_object = reactor_register(thread->reactor, fd, context, work_queue_read_cb, NULL); in run_thread()
228 static void work_queue_read_cb(void *context) { in work_queue_read_cb() function