Searched refs:dispatcher_thread (Results 1 - 1 of 1) sorted by relevance

/system/bt/osi/src/
H A Dalarm.cc133 // All alarm callbacks are dispatched from |dispatcher_thread|
134 static thread_t* dispatcher_thread; variable
292 thread_free(dispatcher_thread);
293 dispatcher_thread = NULL;
357 dispatcher_thread = thread_new("alarm_dispatcher");
358 if (!dispatcher_thread) {
362 thread_set_rt_priority(dispatcher_thread, THREAD_RT_PRIORITY);
363 thread_post(dispatcher_thread, callback_dispatch, NULL);
372 thread_free(dispatcher_thread);
373 dispatcher_thread
[all...]

Completed in 348 milliseconds