Home | History | Annotate | Download | only in drd

Lines Matching full:mutex_t

78  *  - pthread_mutex_t  == mutex_t
384 const int type = ((mutex_t *) mutex)->vki_mutex_type;
836 int mutex_init_intercept(mutex_t *mutex, int type, void *arg)
852 (mutex_t *mutex, int type, void *arg),
904 * by zeroing mutex_t structure.
907 void lmutex_lock_intercept(mutex_t *mutex)
921 (mutex_t *mutex), (mutex));
998 void lmutex_unlock_intercept(mutex_t *mutex)
1012 (mutex_t *mutex), (mutex));