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 237 mutex_type_spinlock = 4, enumerator in enum:__anon14047
drd_clientreq.c 167 if (mutex_p && mutex_p->mutex_type == mutex_type_spinlock)
177 if (mutex_p && mutex_p->mutex_type == mutex_type_spinlock)
187 if (mutex_p && mutex_p->mutex_type == mutex_type_spinlock)
207 if (mutex_p && mutex_p->mutex_type == mutex_type_spinlock)
drd_mutex.c 441 DRD_(mutex_unlock)(spinlock, mutex_type_spinlock);
445 DRD_(mutex_init)(spinlock, mutex_type_spinlock);
470 case mutex_type_spinlock:
drd_pthread_intercepts.c 819 spinlock, mutex_type_spinlock, 0, 0, 0);
833 spinlock, mutex_type_spinlock, 0, 0, 0);
850 spinlock, mutex_type_spinlock, 0, 0, 0);
867 spinlock, mutex_type_spinlock, 0, 0, 0);
    [all...]

Completed in 43 milliseconds