Home
last modified time | relevance | path

Searched refs:lockowner (Results 1 – 2 of 2) sorted by relevance

/xnu-11417.121.6/bsd/kern/
H A Ddecmpfs.c318 if (cp->lockowner == thread) {
324 cp->lockowner = thread;
329 cp->lockowner = (void *)-1;
340 if (cp->lockowner == thread) {
345 cp->lockowner = thread;
349 cp->lockowner = (void *)-1;
358 if (cp->lockowner == thread) {
364 cp->lockowner = NULL;
/xnu-11417.121.6/bsd/sys/
H A Ddecmpfs.h191 …void *lockowner; /* cnode's lock owner (if a thread is currently holding an exclusive … member