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

Function DestroyKObject

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

//////////////////////// \brief DestroyKObject (object) Destroy a KernelObject \param object (handle_t) Object to destroy \return negative error code on failure ////////////////////////

Source from the content-addressed store, hash-verified

43 /// \return negative error code on failure
44 /////////////////////////////
45 inline long DestroyKObject(const handle_t& obj){
46 return syscall(SYS_KERNELOBJECT_DESTROY, obj);
47 }
48}

Callers 3

PollMethod · 0.85
CloseMethod · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected