MCPcopy Create free account
hub / github.com/LemonOSProject/LemonOS / GetAllHandles

Method GetAllHandles

LibLemon/include/lemon/system/waitable.h:15–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13 public:
14 virtual inline const handle_t& GetHandle() const = 0;
15 virtual inline void GetAllHandles(std::vector<handle_t>& v) const { v.push_back(GetHandle()); };
16 void Wait();
17
18 virtual ~Waitable();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected