Home
last modified time | relevance | path

Searched defs:RW_MUTEX_UNLOCK_WRITE (Results 1 – 2 of 2) sorted by relevance

/external/fastrpc/inc/
Dmutex.h41 #define RW_MUTEX_UNLOCK_WRITE(mut) qurt_mutex_unlock(& (mut)) macro
64 #define RW_MUTEX_UNLOCK_WRITE(mut) ABORT_FAIL(0 == pthread_rwlock_unlock( & (mut))) macro
95 #define RW_MUTEX_UNLOCK_WRITE(mut) \ macro
Dpthread_rw_mutex.h54 #define RW_MUTEX_UNLOCK_WRITE(mut) ABORT_FAIL(0 == pthread_rwlock_unlock( & (mut))) macro