Searched refs:boot_events_pipe (Results 1 – 1 of 1) sorted by relevance
212 SharedFD boot_events_pipe = kernel_log_pipe_provider_.KernelLogPipe(); in ResultSetup() local213 CF_EXPECTF(boot_events_pipe->IsOpen(), "Could not get boot events pipe: {}", in ResultSetup()214 boot_events_pipe->StrError()); in ResultSetup()283 std::thread([this, boot_events_pipe, restore_complete_pipe]() { in ResultSetup()284 ThreadLoop(boot_events_pipe, restore_complete_pipe); in ResultSetup()290 void ThreadLoop(SharedFD boot_events_pipe, SharedFD restore_complete_pipe) { in ThreadLoop() argument294 .fd = boot_events_pipe, in ThreadLoop()326 auto sent_code = OnBootEvtReceived(boot_events_pipe); in ThreadLoop()370 bool OnBootEvtReceived(SharedFD boot_events_pipe) { in OnBootEvtReceived() argument372 monitor::ReadEvent(boot_events_pipe); in OnBootEvtReceived()