Searched refs:notifier_thread (Results 1 – 1 of 1) sorted by relevance
46 static thread_t* notifier_thread; variable430 if (notifier_thread != nullptr) { in dlog_shutdown()431 zx_status_t status = thread_join(notifier_thread, nullptr, deadline); in dlog_shutdown()435 notifier_thread = nullptr; in dlog_shutdown()450 DEBUG_ASSERT(notifier_thread == nullptr); in dlog_init_hook()453 if ((notifier_thread = thread_create("debuglog-notifier", debuglog_notifier, NULL, in dlog_init_hook()455 thread_resume(notifier_thread); in dlog_init_hook()
Completed in 12 milliseconds