Searched refs:ll_pthread_mutex_destroy (Results 1 – 1 of 1) sorted by relevance
62 static int (*ll_pthread_mutex_destroy)(pthread_mutex_t *mutex) = __pthread_mutex_destroy; variable322 return ll_pthread_mutex_destroy(mutex); in pthread_mutex_destroy()431 ll_pthread_mutex_destroy = dlsym(RTLD_NEXT, "pthread_mutex_destroy"); in init_preload()