Searched refs:lock_thread (Results 1 – 2 of 2) sorted by relevance
760 l->debug.lock_thread = l->debug.unlock_thread = INVALID_THREAD; in usld_lock_init()815 if ((l->debug.state & USLOCK_TAKEN) && l->debug.lock_thread && in usld_lock_pre()816 l->debug.lock_thread == (void *) current_thread()) { in usld_lock_pre()820 l->debug.lock_thread, pc); in usld_lock_pre()859 l->debug.lock_thread = (void *)current_thread(); in usld_lock_post()894 if (l->debug.lock_thread != (void *) current_thread()) { in usld_unlock()896 caller, l, l->debug.lock_thread); in usld_unlock()905 l->debug.unlock_thread = l->debug.lock_thread; in usld_unlock()906 l->debug.lock_thread = INVALID_PC; in usld_unlock()964 l->debug.lock_thread = (void *) current_thread(); in usld_lock_try_post()
87 void *lock_thread; /* thread that acquired lock */ member