Home
last modified time | relevance | path

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

/lk-master/kernel/include/kernel/
A Dspinlock.h82 ~SpinLock() { DEBUG_ASSERT(!is_held()); } in ~SpinLock()
87 bool is_held() { return spin_lock_held(&lock_); } in is_held() function
A Dmutex.h68 bool is_held() { return is_mutex_held(&lock_); } in is_held() function

Completed in 2 milliseconds