Searched refs:pthread_mutex_init (Results 1 – 6 of 6) sorted by relevance
3 int pthread_mutex_init(pthread_mutex_t* restrict m, const pthread_mutexattr_t* restrict a) { in pthread_mutex_init() function
64 #pragma weak pthread_mutex_init macro69 (pthread_mutex_init != NULL ? pthread_mutex_init ((l), NULL) : 0)
23 if (pthread_mutex_init(&mtx->lock, &attr) != 0) { in mtx_init()
100 if (pthread_mutex_init(&mutex->lock, &attr) != 0) { in malloc_mutex_init()
95 int pthread_mutex_init(pthread_mutex_t* __restrict, const pthread_mutexattr_t* __restrict);
84 $(LOCAL_DIR)/pthread/pthread_mutex_init.c \
Completed in 7 milliseconds