Searched refs:dispatcher_thread (Results 1 – 1 of 1) sorted by relevance
127 static thread_t* dispatcher_thread; variable289 thread_free(dispatcher_thread); in alarm_cleanup()290 dispatcher_thread = NULL; in alarm_cleanup()358 dispatcher_thread = thread_new("alarm_dispatcher"); in lazy_initialize()359 if (!dispatcher_thread) { in lazy_initialize()363 thread_set_rt_priority(dispatcher_thread, THREAD_RT_PRIORITY); in lazy_initialize()364 thread_post(dispatcher_thread, callback_dispatch, NULL); in lazy_initialize()373 thread_free(dispatcher_thread); in lazy_initialize()374 dispatcher_thread = NULL; in lazy_initialize()