Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ pidfile_remove
Function
pidfile_remove
tools/libutil/pidfile.c:316–321 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
314
}
315
316
int
317
pidfile_remove(struct pidfh *pfh)
318
{
319
320
return (_pidfile_remove(pfh, 1));
321
}
322
323
int
324
pidfile_fileno(const struct pidfh *pfh)
Callers
1
nfs_commit_shares
Function · 0.85
Calls
1
_pidfile_remove
Function · 0.85
Tested by
no test coverage detected