Searched refs:lock_thread (Results 1 – 2 of 2) sorted by relevance
754 l->debug.lock_thread = l->debug.unlock_thread = INVALID_THREAD; in usld_lock_init()809 if ((l->debug.state & USLOCK_TAKEN) && l->debug.lock_thread && in usld_lock_pre()810 l->debug.lock_thread == (void *) current_thread()) { in usld_lock_pre()814 l->debug.lock_thread, pc); in usld_lock_pre()853 l->debug.lock_thread = (void *)current_thread(); in usld_lock_post()888 if (l->debug.lock_thread != (void *) current_thread()) { in usld_unlock()890 caller, l, l->debug.lock_thread); in usld_unlock()899 l->debug.unlock_thread = l->debug.lock_thread; in usld_unlock()900 l->debug.lock_thread = INVALID_PC; in usld_unlock()958 l->debug.lock_thread = (void *) current_thread(); in usld_lock_try_post()
87 void *lock_thread; /* thread that acquired lock */ member