__pthread_mutex_destroy   49 tools/lib/lockdep/preload.c extern int __pthread_mutex_destroy(pthread_mutex_t *mutex);
__pthread_mutex_destroy   62 tools/lib/lockdep/preload.c static int (*ll_pthread_mutex_destroy)(pthread_mutex_t *mutex)	= __pthread_mutex_destroy;