Home
last modified time | relevance | path

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

/linux-5.10/tools/lib/lockdep/
Dpreload.c60 static int (*ll_pthread_mutex_trylock)(pthread_mutex_t *mutex) = __pthread_mutex_trylock; variable
285 r = ll_pthread_mutex_trylock(mutex); in pthread_mutex_trylock()
429 ll_pthread_mutex_trylock = dlsym(RTLD_NEXT, "pthread_mutex_trylock"); in init_preload()