MCPcopy Create free account
hub / github.com/DeusData/codebase-memory-mcp / flock

Class flock

src/daemon/ipc.c:1093–1093  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1091
1092static int posix_record_lock_set(int fd, short lock_type) {
1093 struct flock record_lock = {
1094 .l_type = lock_type,
1095 .l_whence = SEEK_SET,
1096 .l_start = 0,

Callers 9

yaml_flock_nointrFunction · 0.85
private_flock_setFunction · 0.85
posix_named_lock_releaseFunction · 0.85
posix_startup_lock_probeFunction · 0.85
posix_lock_exclusiveFunction · 0.85
posix_log_appendFunction · 0.85
test_daemon_ipc.cFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected