HomeSort by relevance Sort by last modified time
    Searched defs:pthread_mutex_lock (Results 1 - 3 of 3) sorted by null

  /onnv/onnv-gate/usr/src/lib/libldap5/sources/ldap/common/
open.c 130 pthread_mutex_lock( LDAP_MUTEX_T *mp ) function
283 (int (*)(void *))pthread_mutex_lock,
  /onnv/onnv-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
k5-thread.h 451 pthread_mutex_lock function returns ENOSYS for a program not linked
466 # pragma weak pthread_mutex_lock
490 pthread_mutex_lock function returns ENOSYS for a program not linked
541 int _r2 = pthread_mutex_lock(&_m2->p); \
549 int r = pthread_mutex_lock(&m->p);
565 # define k5_pthread_mutex_lock(M) pthread_mutex_lock(&(M)->p)
592 I want to call pthread_mutex_lock, then sched_yield, then look at
593 the return code from pthread_mutex_lock. That can't be implemented
603 With this auxiliary function, pthread_mutex_lock can be called at
461 # pragma weak pthread_mutex_lock macro
  /onnv/onnv-gate/usr/src/lib/libc/port/threads/
synch.c 2308 #pragma weak pthread_mutex_lock macro
    [all...]

Completed in 240 milliseconds