Searched defs:Child (Results 1 – 4 of 4) sorted by relevance
/openbmc/sdeventplus/test/source/ |
H A D | child.cpp | 88 Child::Callback callback = [&](Child&, const siginfo_t* si) { in TEST_F() argument 119 Child::Callback callback = [&completions](Child&, const siginfo_t*) { in TEST_F() argument 157 [](Child&, const siginfo_t*) {}); in SetUp() argument
|
/openbmc/sdeventplus/src/sdeventplus/source/ |
H A D | child.cpp | 15 Child::Child(const Event& event, pid_t pid, int options, Callback&& callback) : in Child() function in sdeventplus::source::Child 22 Child::Child(const Child& other, sdeventplus::internal::NoOwn) : in Child() function in sdeventplus::source::Child
|
H A D | child.hpp | 23 class Child : public Base class
|
/openbmc/phosphor-debug-collector/ |
H A D | dump_manager_bmc.cpp | 136 Child::Callback callback = [this, type, pid](Child&, const siginfo_t*) { in captureDump() argument
|