Searched defs:pthread_mutex_init (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libc/port/threads/
H A Dpthr_mutex.c202 * pthread_mutex_init: Initializes the mutex object. It copies the
205 #pragma weak _pthread_mutex_init = pthread_mutex_init
207 pthread_mutex_init(pthread_mutex_t *_RESTRICT_KYWD mutex, function
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dopen.c90 pthread_mutex_init( LDAP_MUTEX_T *mp, void *attr) function
104 pthread_mutex_init( mutexp, NULL );
194 pthread_mutex_init( mutexp, NULL );

Completed in 23 milliseconds