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:1093–1093 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1091
1092
static 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_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