Home
last modified time | relevance | path

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

/kernel/lib/debuglog/
A Ddebuglog.cpp47 static thread_t* dumper_thread; variable
440 if (dumper_thread != nullptr) { in dlog_shutdown()
441 zx_status_t status = thread_join(dumper_thread, nullptr, deadline); in dlog_shutdown()
445 dumper_thread = nullptr; in dlog_shutdown()
451 DEBUG_ASSERT(dumper_thread == nullptr); in dlog_init_hook()
459 if ((dumper_thread = thread_create("debuglog-dumper", debuglog_dumper, NULL, in dlog_init_hook()
461 thread_resume(dumper_thread); in dlog_init_hook()

Completed in 5 milliseconds