Home
last modified time | relevance | path

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

/openbmc/google-misc/subprojects/nemora-postd/src/
H A Dhost_manager.cpp34 auto post_poller_thread = std::mem_fn(&HostManager::PostPollerThread); local
35 post_poller_ = std::make_unique<std::thread>(post_poller_thread, this);