Searched defs:pthread_mutex_lock (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dopen.c128 pthread_mutex_lock( LDAP_MUTEX_T *mp ) function
281 (int (*)(void *))pthread_mutex_lock,
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Dk5-thread.h450 pthread_mutex_lock function returns ENOSYS for a program not linked
465 # pragma weak pthread_mutex_lock
489 pthread_mutex_lock function returns ENOSYS for a program not linked
540 int _r2 = pthread_mutex_lock(&_m2->p); \
548 int r = pthread_mutex_lock(&m->p);
564 # define k5_pthread_mutex_lock(M) pthread_mutex_lock(&(M)->p)
591 I want to call pthread_mutex_lock, then sched_yield, then look at
592 the return code from pthread_mutex_lock. That can't be implemented
602 With this auxiliary function, pthread_mutex_lock can be called at
460 # pragma weak pthread_mutex_lock macro
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dsynch.c2309 #pragma weak pthread_mutex_lock = mutex_lock macro

Completed in 71 milliseconds