HomeSort by relevance Sort by last modified time
    Searched full:work_queue_object (Results 1 - 1 of 1) sorted by null

  /external/bluetooth/bluedroid/osi/src/
thread.c 158 reactor_object_t work_queue_object; local
159 work_queue_object.context = thread->work_queue;
160 work_queue_object.fd = fixed_queue_get_dequeue_fd(thread->work_queue);
161 work_queue_object.interest = REACTOR_INTEREST_READ;
162 work_queue_object.read_ready = work_queue_read_cb;
164 reactor_register(thread->reactor, &work_queue_object);

Completed in 98 milliseconds