Home
last modified time | relevance | path

Searched refs:RW_MUTEX_LOCK_WRITE (Results 1 – 3 of 3) sorted by relevance

/external/fastrpc/inc/
Dmutex.h40 #define RW_MUTEX_LOCK_WRITE(mut) qurt_mutex_lock(& (mut)) macro
63 #define RW_MUTEX_LOCK_WRITE(mut) ABORT_FAIL(0 == pthread_rwlock_wrlock( & (mut))) macro
88 #define RW_MUTEX_LOCK_WRITE(mut) \ macro
Dpthread_rw_mutex.h52 #define RW_MUTEX_LOCK_WRITE(mut) ABORT_FAIL(0 == pthread_rwlock_wrlock( & (mut))) macro
/external/fastrpc/src/
Dmod_table.c134 RW_MUTEX_LOCK_WRITE(me->mut); in static_mod_table_dtor_imp()
179 RW_MUTEX_LOCK_WRITE(me->mut); in open_mod_table_dtor_imp()
223 RW_MUTEX_LOCK_WRITE(me->mut); in static_mod_add()
266 RW_MUTEX_LOCK_WRITE(me->mut); in static_mod_table_register_const_handle()
443 RW_MUTEX_LOCK_WRITE(me->mut); in open_mod_table_open_dynamic()
450 RW_MUTEX_LOCK_WRITE(me->smt->mut); in open_mod_table_open_dynamic()
543 RW_MUTEX_LOCK_WRITE(me->mut); in open_mod_table_open_from_static()
598 RW_MUTEX_LOCK_WRITE(me->mut); in open_mod_close()
623 RW_MUTEX_LOCK_WRITE(me->mut); in open_mod_table_close()