Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
296
void freeFutex(struct futex* f) {
297
f->thread = nullptr;
298
f->address = 0;
299
}
300
301
void KThread::clearFutexes() {
302
U32 i;
Callers
2
clearFutexes
Method · 0.85
futex
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected