Home
last modified time | relevance | path

Searched refs:pthread_spin_init_or_unlock_WRK (Results 1 – 1 of 1) sorted by relevance

/external/valgrind/helgrind/
Dhg_intercepts.c1784 static int pthread_spin_init_or_unlock_WRK(pthread_spinlock_t* lock, in pthread_spin_init_or_unlock_WRK() function
1813 return pthread_spin_init_or_unlock_WRK(lock, pshared); in PTH_FUNC()
1818 return pthread_spin_init_or_unlock_WRK(lock, 0/*pshared*/); in PTH_FUNC()
1824 return pthread_spin_init_or_unlock_WRK(lock, pshared); in PTH_FUNC()
1828 return pthread_spin_init_or_unlock_WRK(lock, 0/*pshared*/); in PTH_FUNC()