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

/fuchsia/zircon/kernel/lib/debuglog/
H A Ddebuglog.cpp47 static thread_t* dumper_thread; variable
427 if (dumper_thread != nullptr) {
428 zx_status_t status = thread_join(dumper_thread, nullptr, deadline);
432 dumper_thread = nullptr;
438 DEBUG_ASSERT(dumper_thread == nullptr);
446 if ((dumper_thread = thread_create("debuglog-dumper", debuglog_dumper, NULL,
448 thread_resume(dumper_thread);

Completed in 34 milliseconds