Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LemonOSProject/LemonOS
/ ReleaseRead
Method
ReleaseRead
Kernel/include/lock.h:38–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
}
37
38
void ReleaseRead(){
39
if(activeReaders == 1){
40
releaseLock(&fileLock);
41
}
42
43
activeReaders--;
44
}
45
46
void ReleaseWrite(){
47
releaseLock(&fileLock);
Callers
4
ReadDir
Method · 0.80
FindDir
Method · 0.80
Read
Method · 0.80
ReadLink
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected