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()356 dispatcher_thread = thread_new("alarm_dispatcher"); in lazy_initialize()357 if (!dispatcher_thread) { in lazy_initialize()361 thread_set_rt_priority(dispatcher_thread, THREAD_RT_PRIORITY); in lazy_initialize()362 thread_post(dispatcher_thread, callback_dispatch, NULL); in lazy_initialize()371 thread_free(dispatcher_thread); in lazy_initialize()372 dispatcher_thread = NULL; in lazy_initialize()