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

  /external/valgrind/main/drd/
drd_clientreq.h 236 mutex_type_spinlock = 4, enumerator in enum:__anon28036
drd_clientreq.c 172 if (mutex_p && mutex_p->mutex_type == mutex_type_spinlock)
182 if (mutex_p && mutex_p->mutex_type == mutex_type_spinlock)
192 if (mutex_p && mutex_p->mutex_type == mutex_type_spinlock)
212 if (mutex_p && mutex_p->mutex_type == mutex_type_spinlock)
drd_mutex.c 440 DRD_(mutex_unlock)(spinlock, mutex_type_spinlock);
444 DRD_(mutex_init)(spinlock, mutex_type_spinlock);
469 case mutex_type_spinlock:
drd_pthread_intercepts.c 857 spinlock, mutex_type_spinlock, 0, 0, 0);
871 spinlock, mutex_type_spinlock, 0, 0, 0);
888 spinlock, mutex_type_spinlock, 0, 0, 0);
905 spinlock, mutex_type_spinlock, 0, 0, 0);
    [all...]

Completed in 118 milliseconds