Home
last modified time | relevance | path

Searched refs:RW_MUTEX_UNLOCK_WRITE (Results 1 – 3 of 3) 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
/external/fastrpc/src/
Dmod_table.c156 RW_MUTEX_UNLOCK_WRITE(me->mut); in static_mod_table_dtor_imp()
192 RW_MUTEX_UNLOCK_WRITE(me->mut); in open_mod_table_dtor_imp()
225 RW_MUTEX_UNLOCK_WRITE(me->mut); in static_mod_add()
271 RW_MUTEX_UNLOCK_WRITE(me->mut); in static_mod_table_register_const_handle()
452 RW_MUTEX_UNLOCK_WRITE(me->smt->mut); in open_mod_table_open_dynamic()
456 RW_MUTEX_UNLOCK_WRITE(me->mut); in open_mod_table_open_dynamic()
551 RW_MUTEX_UNLOCK_WRITE(me->mut); in open_mod_table_open_from_static()
605 RW_MUTEX_UNLOCK_WRITE(me->mut); in open_mod_close()
636 RW_MUTEX_UNLOCK_WRITE(me->mut); in open_mod_table_close()