Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LemonOSProject/LemonOS
/ FilesystemLock
Method
FilesystemLock
Kernel/include/lock.h:20–20 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
lock_t lock = 0;
19
20
FilesystemLock() {}
21
22
void AcquireRead(){
23
acquireLock(&lock);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected