Searched refs:prldap_map_mutex (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libldap5/sources/ldap/prldap/
H A Dldappr-threads.c110 * The prldap_map_mutex is used to protect access to the prldap_map_list.
112 static PRLock *prldap_map_mutex = NULL; variable
397 if (( prldap_map_mutex = PR_NewLock()) == NULL || PR_NewThreadPrivateIndex(
419 PR_Lock( prldap_map_mutex );
459 PR_Unlock( prldap_map_mutex );
475 PR_Lock( prldap_map_mutex );
498 PR_Unlock( prldap_map_mutex );

Completed in 1057 milliseconds