Searched refs:lockowner (Results 1 – 2 of 2) sorted by relevance
290 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;
185 …void *lockowner; /* cnode's lock owner (if a thread is currently holding an exclusive … member