Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/lib/lockdep/
H A 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()

Completed in 1 milliseconds