Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/kern/
H A Ddecmpfs.c290 if (cp->lockowner == thread) {
296 cp->lockowner = thread;
301 cp->lockowner = (void *)-1;
312 if (cp->lockowner == thread) {
317 cp->lockowner = thread;
321 cp->lockowner = (void *)-1;
330 if (cp->lockowner == thread) {
336 cp->lockowner = NULL;
/xnu-8792.41.9/bsd/sys/
H A Ddecmpfs.h185 …void *lockowner; /* cnode's lock owner (if a thread is currently holding an exclusive … member