Home
last modified time | relevance | path

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

/linux-4.1.27/tools/lib/lockdep/
Dpreload.c45 extern int __pthread_mutex_trylock(pthread_mutex_t *mutex);
51 #define __pthread_mutex_trylock NULL macro
58 static int (*ll_pthread_mutex_trylock)(pthread_mutex_t *mutex) = __pthread_mutex_trylock;