Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ rms_wowned
Function
rms_wowned
freebsd/sys/rmlock.h:145–150 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
143
void rms_unlock(struct rmslock *rms);
144
145
static inline int
146
rms_wowned(struct rmslock *rms)
147
{
148
149
return (rms->owner == curthread);
150
}
151
152
#ifdef INVARIANTS
153
/*
Callers
2
rms_owned_any
Function · 0.85
rms_unlock
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected