HomeSort by relevance Sort by last modified time
    Searched refs:mutex_type (Results 1 - 6 of 6) sorted by null

  /external/valgrind/main/drd/
drd_mutex.c 70 const Addr mutex, const MutexT mutex_type)
78 p->mutex_type = mutex_type;
146 DRD_(mutex_get_or_allocate)(const Addr mutex, const MutexT mutex_type)
154 if (mutex_type == mutex_type_unknown || p->mutex_type == mutex_type)
170 DRD_(mutex_initialize)(p, mutex, mutex_type);
182 DRD_(mutex_init)(const Addr mutex, const MutexT mutex_type)
191 DRD_(mutex_type_name)(mutex_type),
    [all...]
drd_mutex.h 40 struct mutex_info* DRD_(mutex_init)(const Addr mutex, const MutexT mutex_type);
44 void DRD_(mutex_pre_lock)(const Addr mutex, const MutexT mutex_type,
48 void DRD_(mutex_unlock)(const Addr mutex, const MutexT mutex_type);