Searched refs:dispatcher_thread (Results 1 – 1 of 1) sorted by relevance
125 static thread_t* dispatcher_thread; variable288 thread_free(dispatcher_thread); in alarm_cleanup()289 dispatcher_thread = NULL; in alarm_cleanup()355 dispatcher_thread = thread_new("alarm_dispatcher"); in lazy_initialize()356 if (!dispatcher_thread) { in lazy_initialize()360 thread_set_rt_priority(dispatcher_thread, THREAD_RT_PRIORITY); in lazy_initialize()361 thread_post(dispatcher_thread, callback_dispatch, NULL); in lazy_initialize()370 thread_free(dispatcher_thread); in lazy_initialize()371 dispatcher_thread = NULL; in lazy_initialize()