Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/lib/lockdep/
H A Dpreload.c62 static int (*ll_pthread_mutex_destroy)(pthread_mutex_t *mutex) = __pthread_mutex_destroy; variable
322 return ll_pthread_mutex_destroy(mutex); in pthread_mutex_destroy()
431 ll_pthread_mutex_destroy = dlsym(RTLD_NEXT, "pthread_mutex_destroy"); in init_preload()

Completed in 1 milliseconds