Home
last modified time | relevance | path

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

/kernel/locking/
Drtmutex.c1648 bool postunlock; in rt_mutex_futex_unlock() local
1651 postunlock = __rt_mutex_futex_unlock(lock, &wake_q); in rt_mutex_futex_unlock()
1654 if (postunlock) in rt_mutex_futex_unlock()
/kernel/futex/
Dcore.c1510 bool postunlock = false; in wake_futex_pi() local
1561 postunlock = __rt_mutex_futex_unlock(&pi_state->pi_mutex, &wake_q); in wake_futex_pi()
1567 if (postunlock) in wake_futex_pi()