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

Method Wait

LibLemon/src/lemon/waitable.cpp:6–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4
5namespace Lemon{
6 void Waitable::Wait(){
7 WaitForKernelObject(GetHandle());
8 }
9
10 Waitable::~Waitable(){
11 for(Waiter* waiter : waiters){

Callers

nothing calls this directly

Calls 3

WaitForKernelObjectFunction · 0.85
sizeMethod · 0.80
dataMethod · 0.80

Tested by

no test coverage detected