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

  /src/external/bsd/openldap/dist/libraries/libldap/
threads.c 64 tid = ldap_pvt_thread_self();
rdwr.c 186 rw->ltrw_readers[rw->ltrw_r_active] = ldap_pvt_thread_self();
225 rw->ltrw_readers[rw->ltrw_r_active] = ldap_pvt_thread_self();
255 ldap_pvt_thread_t self = ldap_pvt_thread_self();
318 rw->ltrw_writer = ldap_pvt_thread_self();
353 rw->ltrw_writer = ldap_pvt_thread_self();
392 assert( rw->ltrw_writer == ldap_pvt_thread_self() );
ldap_thr_debug.h 93 #define ldap_pvt_thread_self ldap_int_thread_self macro
167 #undef ldap_pvt_thread_self macro
thr_thr.c 168 ldap_pvt_thread_self( void ) function
thr_pth.c 169 ldap_pvt_thread_self( void ) function
thr_nt.c 219 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" );
thr_posix.c 339 ldap_pvt_thread_t ldap_pvt_thread_self( void ) function
tpool.c 206 ldap_int_main_thrctx.ltu_id = ldap_pvt_thread_self();
974 ctx.ltu_id = ldap_pvt_thread_self();
tls_o.c 104 CRYPTO_THREADID_set_pointer( id, (void *)ldap_pvt_thread_self() );
118 return (unsigned long) ldap_pvt_thread_self();
  /src/external/bsd/openldap/dist/servers/lloadd/
libevent_support.c 142 return (unsigned long)ldap_pvt_thread_self();
  /src/external/bsd/openldap/dist/include/
ldap_pvt_thread.h 131 ldap_pvt_thread_self LDAP_P(( void ));
  /src/external/bsd/openldap/dist/servers/slapd/
logging.c 124 (long)tv.tv_sec, (unsigned int)Tfrac, (void *)ldap_pvt_thread_self() );
139 (long)tv.tv_sec, (unsigned int)Tfrac, (void *)ldap_pvt_thread_self() );

Completed in 96 milliseconds