ll_pthread_mutex_init   57 tools/lib/lockdep/preload.c static int (*ll_pthread_mutex_init)(pthread_mutex_t *mutex,
ll_pthread_mutex_init  237 tools/lib/lockdep/preload.c 	r = ll_pthread_mutex_init(mutex, attr);
ll_pthread_mutex_init  427 tools/lib/lockdep/preload.c 	ll_pthread_mutex_init = dlsym(RTLD_NEXT, "pthread_mutex_init");