HomeSort by: relevance | last modified time | path
    Searched defs:ldap_pvt_thread_self (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/openldap/dist/libraries/libldap/
thr_thr.c 168 ldap_pvt_thread_self( void ) function
thr_nt.c 219 ldap_pvt_thread_self( void ) function
thr_pth.c 169 ldap_pvt_thread_self( void ) function
ldap_thr_debug.h 93 #define ldap_pvt_thread_self ldap_int_thread_self macro
167 #undef ldap_pvt_thread_self macro
thr_posix.c 339 ldap_pvt_thread_t ldap_pvt_thread_self( void ) function
thr_debug.c 527 * around ldap_int_thread_t, which would slow down ldap_pvt_thread_self().
741 thread = ldap_pvt_thread_self();
821 thread_name( buf2, sizeof(buf2), ldap_pvt_thread_self() ) );
840 thread_name( buf2, sizeof(buf2), ldap_pvt_thread_self() ) );
870 thread_name( buf2, sizeof(buf2), ldap_pvt_thread_self() ) );
888 ldap_pvt_thread_self( void ) function
891 ERROR_IF( !threading_enabled, "ldap_pvt_thread_self" );

Completed in 44 milliseconds