Home
last modified time | relevance | path

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

/bionic/libc/private/
Dbionic_futex.h73 static inline int __futex_pi_unlock(volatile void* ftx, bool shared) { in __futex_pi_unlock() function
/bionic/libc/bionic/
Dpthread_mutex.cpp225 return -__futex_pi_unlock(&mutex.owner_tid, mutex.shared); in PIMutexUnlock()