MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / freeFutex

Function freeFutex

source/kernel/kthread.cpp:296–299  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

294}
295
296void freeFutex(struct futex* f) {
297 f->thread = nullptr;
298 f->address = 0;
299}
300
301void KThread::clearFutexes() {
302 U32 i;

Callers 2

clearFutexesMethod · 0.85
futexMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected