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:__anon12618
drd_clientreq.c 134 if (mutex_p && mutex_p->mutex_type == mutex_type_spinlock)
144 if (mutex_p && mutex_p->mutex_type == mutex_type_spinlock)
154 if (mutex_p && mutex_p->mutex_type == mutex_type_spinlock)
174 if (mutex_p && mutex_p->mutex_type == mutex_type_spinlock)
drd_mutex.c 458 DRD_(mutex_unlock)(spinlock, mutex_type_spinlock);
462 DRD_(mutex_init)(spinlock, mutex_type_spinlock);
487 case mutex_type_spinlock:
drd_pthread_intercepts.c 804 spinlock, mutex_type_spinlock, 0, 0, 0);
819 spinlock, mutex_type_spinlock, 0, 0, 0);
837 spinlock, mutex_type_spinlock, 0, 0, 0);
855 spinlock, mutex_type_spinlock, 0, 0, 0);
    [all...]

Completed in 22 milliseconds