Searched refs:holder (Results 1 – 4 of 4) sorted by relevance
42 if (unlikely(m->holder != 0 && get_current_thread() != m->holder)) in mutex_destroy()44 get_current_thread(), get_current_thread()->name, m, m->holder, m->holder->name); in mutex_destroy()68 if (unlikely(get_current_thread() == m->holder)) in mutex_acquire_timeout()95 m->holder = get_current_thread(); in mutex_acquire_timeout()109 if (unlikely(get_current_thread() != m->holder)) { in mutex_release()111 …get_current_thread(), get_current_thread()->name, m, m->holder, m->holder ? m->holder->name : "non… in mutex_release()117 m->holder = 0; in mutex_release()
22 thread_t *holder; member30 .holder = NULL, \51 return m->holder == get_current_thread(); in is_mutex_held()
12 3. Neither the name of the copyright holder nor the names of its contributors may be used to endors…
14 3. Neither the name of the copyright holder nor the names of its
Completed in 4 milliseconds