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

Method Remove

Kernel/include/arch/x86_64/thread.h:63–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61 }
62
63 void Remove(thread_t* th) final {
64 assert(th);
65 blocked.remove(th);
66 }
67 };
68
69 using FutexThreadBlocker = GenericThreadBlocker;

Callers

nothing calls this directly

Calls 1

removeMethod · 0.45

Tested by

no test coverage detected