Home
last modified time | relevance | path

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

/openbmc/sdbusplus/include/sdbusplus/
H A Devent.hpp143 std::mutex obtain_lock_stage{}; member in sdbusplus::event::event
/openbmc/sdbusplus/src/
H A Devent.cpp179 std::unique_lock stage{this->obtain_lock_stage}; in obtain_lock()