Home
last modified time | relevance | path

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

/system/bt/osi/src/
Dalarm.c115 static thread_t *dispatcher_thread; variable
303 thread_free(dispatcher_thread); in alarm_cleanup()
304 dispatcher_thread = NULL; in alarm_cleanup()
373 dispatcher_thread = thread_new("alarm_dispatcher"); in lazy_initialize()
374 if (!dispatcher_thread) { in lazy_initialize()
379 thread_set_priority(dispatcher_thread, CALLBACK_THREAD_PRIORITY_HIGH); in lazy_initialize()
380 thread_post(dispatcher_thread, callback_dispatch, NULL); in lazy_initialize()
389 thread_free(dispatcher_thread); in lazy_initialize()
390 dispatcher_thread = NULL; in lazy_initialize()