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