Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeusData/codebase-memory-mcp
/ flock
Class
flock
src/daemon/ipc.c:1086–1086 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1084
1085
static int posix_record_lock_set(int fd, short lock_type) {
1086
struct flock record_lock = {
1087
.l_type = lock_type,
1088
.l_whence = SEEK_SET,
1089
.l_start = 0,
Callers
9
yaml_flock_nointr
Function · 0.85
private_flock_set
Function · 0.85
posix_named_lock_release
Function · 0.85
posix_named_lock_try_acquire_mode
Function · 0.85
posix_startup_lock_probe
Function · 0.85
posix_named_lock_is_retained
Function · 0.85
posix_lock_exclusive
Function · 0.85
posix_log_append
Function · 0.85
test_daemon_ipc.c
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected