Home | History | Annotate | Download | only in helgrind

Lines Matching full:pthread_mutex_trylock

748               pthread_mutex_trylock pthread_mutex_timedlock
956 // glibc: pthread_mutex_trylock
957 // darwin: pthread_mutex_trylock
958 // Solaris: mutex_trylock (pthread_mutex_trylock is a weak alias)
960 // pthread_mutex_trylock. The handling needed here is very similar
991 DO_PthAPIerror( "pthread_mutex_trylock", ret );
1001 PTH_FUNC(int, pthreadZumutexZutrylock, // pthread_mutex_trylock
1020 // pthread_mutex_timedlock. Identical logic to pthread_mutex_trylock.