Searched defs:spinlock (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/main/drd/
H A Ddrd_mutex.c435 void DRD_(spinlock_init_or_unlock)(const Addr spinlock) argument
437 struct mutex_info* mutex_p = DRD_(mutex_get)(spinlock);
440 DRD_(mutex_unlock)(spinlock, mutex_type_spinlock);
444 DRD_(mutex_init)(spinlock, mutex_type_spinlock);
470 return "spinlock";
H A Ddrd_pthread_intercepts.c814 int pthread_spin_init_intercept(pthread_spinlock_t *spinlock, int pshared) argument
820 spinlock, 0, 0, 0, 0);
821 CALL_FN_W_WW(ret, fn, spinlock, pshared);
823 spinlock, 0, 0, 0, 0);
828 (pthread_spinlock_t *spinlock, int pshared), (spinlock, pshared));
831 int pthread_spin_destroy_intercept(pthread_spinlock_t *spinlock) argument
837 spinlock, 0, 0, 0, 0);
838 CALL_FN_W_W(ret, fn, spinlock);
840 spinlock, mutex_type_spinloc
848 pthread_spin_lock_intercept(pthread_spinlock_t *spinlock) argument
865 pthread_spin_trylock_intercept(pthread_spinlock_t *spinlock) argument
882 pthread_spin_unlock_intercept(pthread_spinlock_t *spinlock) argument
[all...]

Completed in 66 milliseconds