Home
last modified time | relevance | path

Searched defs:mutexp (Results 1 – 8 of 8) sorted by relevance

/titanic_51/usr/src/cmd/sendmail/db/include/
H A Dmp.h81 #define LOCKINIT(dbmp, mutexp) \ argument
86 #define LOCKHANDLE(dbmp, mutexp) \ argument
89 #define UNLOCKHANDLE(dbmp, mutexp) \ argument
121 db_mutex_t *mutexp; /* Structure lock. */ member
163 db_mutex_t *mutexp; /* Structure lock. */ member
H A Dos.h21 db_mutex_t *mutexp; /* Mutex to lock. */ member
H A Dtxn.h73 db_mutex_t *mutexp; /* Synchronization. */ member
H A Dlog.h65 db_mutex_t *mutexp; /* Mutex for thread protection. */ member
/titanic_51/usr/src/lib/libadutils/common/
H A Dadutils_threadfuncs.c122 pthread_mutex_t *mutexp; in adutils_mutex_alloc() local
150 adutils_mutex_free(void *mutexp) in adutils_mutex_free() argument
[all...]
/titanic_51/usr/src/lib/libldap5/sources/ldap/common/
H A Dopen.c103 LDAP_MUTEX_T *mutexp; in pthread_mutex_alloc() local
121 pthread_mutex_free( void *mutexp ) in pthread_mutex_free() argument
193 pthread_mutex_t *mutexp; in pthread_mutex_alloc() local
202 pthread_mutex_free(void * mutexp) pthread_mutex_free() argument
[all...]
/titanic_51/usr/src/lib/libsldap/common/
H A Dns_connmgmt.c174 mutex_t *mutexp = NULL; in ns_mutex_alloc() local
187 ns_mutex_free(void *mutexp) in ns_mutex_free() argument
/titanic_51/usr/src/cmd/sendmail/db/
H A Ddb.h404 void *mutexp; /* Synchronization for free threading */ member