Home
last modified time | relevance | path

Searched refs:ld_thread2 (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dldap-int.h381 struct ldap_extra_thread_fns ld_thread2; member
388 #define ld_mutex_trylock_fn ld_thread2.ltf_mutex_trylock
389 #define ld_sema_alloc_fn ld_thread2.ltf_sema_alloc
390 #define ld_sema_free_fn ld_thread2.ltf_sema_free
391 #define ld_sema_wait_fn ld_thread2.ltf_sema_wait
392 #define ld_sema_post_fn ld_thread2.ltf_sema_post
393 #define ld_threadid_fn ld_thread2.ltf_threadid_fn
H A Dsetoption.c258 ld->ld_thread2 = *((struct ldap_extra_thread_fns *)optdata); in ldap_set_option()