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

/macosx-10.10.1/Libc-1044.1.2/fbsdcompat/
H A Dreentrant.h103 #define mutex_init(m, a) _pthread_mutex_init(m, a)
H A D_fbsd_compat_.h102 #define _pthread_mutex_init pthread_mutex_init macro
/macosx-10.10.1/libpthread-105.1.4/src/
H A Dpthread_mutex.c86 static int _pthread_mutex_init(_pthread_mutex *mutex, const pthread_mutexattr_t *attr, uint32_t static_type);
145 return (_pthread_mutex_init(mutex, attr, 0x7));
602 res = _pthread_mutex_init(mutex, NULL, (mutex->sig & 0xf));
794 _pthread_mutex_init(_pthread_mutex *mutex, const pthread_mutexattr_t *attr, uint32_t static_type) function

Completed in 69 milliseconds