Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/lib/lockdep/
H A Dpreload.c61 static int (*ll_pthread_mutex_unlock)(pthread_mutex_t *mutex) = __pthread_mutex_unlock; variable
304 r = ll_pthread_mutex_unlock(mutex); in pthread_mutex_unlock()
430 ll_pthread_mutex_unlock = dlsym(RTLD_NEXT, "pthread_mutex_unlock"); in init_preload()

Completed in 1 milliseconds