Home
last modified time | relevance | path

Searched refs:ltf_mutex_alloc (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/lib/libadutils/common/
H A Dadutils_threadfuncs.c61 .ltf_mutex_alloc = adutils_mutex_alloc,
/titanic_41/usr/src/lib/libldap5/sources/ldap/prldap/
H A Dldappr-threads.c185 tfns.ltf_mutex_alloc = prldap_mutex_alloc; in prldap_install_thread_functions()
/titanic_41/usr/src/lib/libldap5/sources/ldap/common/
H A Dldap-int.h337 #define ld_mutex_alloc_fn ld_thread.ltf_mutex_alloc
H A Dmemcache.c93 ((c) && ((c)->ldmemc_lock_fns).ltf_mutex_alloc ? \
94 ((c)->ldmemc_lock_fns).ltf_mutex_alloc() : NULL)
/titanic_41/usr/src/head/
H A Dldap.h1236 LDAP_TF_MUTEX_ALLOC_CALLBACK *ltf_mutex_alloc; member
/titanic_41/usr/src/lib/libsldap/common/
H A Dns_connmgmt.c329 tfns.ltf_mutex_alloc = (void *(*)(void)) ns_mutex_alloc; in setup_mt_conn()