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

Function WaitForKernelObject

LibLemon/include/lemon/system/kobject.h:18–20  ·  view source on GitHub ↗

//////////////////////// \brief WaitForKernelObject (object) Wait on one KernelObject \param object Object to wait on \return negative error code on failure ////////////////////////

Source from the content-addressed store, hash-verified

16 /// \return negative error code on failure
17 /////////////////////////////
18 inline long WaitForKernelObject(const handle_t& obj){
19 return syscall(SYS_KERNELOBJECT_WAIT_ONE, obj);
20 }
21
22 /////////////////////////////
23 /// \brief WaitForKernelObject (objects, count)

Callers 1

WaitMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected