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

/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/libraries/libldap_r/
H A Dldap_thr_debug.h75 #define ldap_pvt_thread_create ldap_int_thread_create macro
146 #undef ldap_pvt_thread_create macro
H A Dthr_cthreads.c40 ldap_pvt_thread_create( ldap_pvt_thread_t * thread, function
H A Dthr_stub.c48 ldap_pvt_thread_create( ldap_pvt_thread_t * thread, function
H A Dthr_thr.c60 ldap_pvt_thread_create( ldap_pvt_thread_t * thread, function
H A Dthr_nt.c58 ldap_pvt_thread_create( ldap_pvt_thread_t * thread, function
H A Dthr_pth.c61 ldap_pvt_thread_create( ldap_pvt_thread_t * thread, function
H A Dthr_lwp.c149 ldap_pvt_thread_create( ldap_pvt_thread_t * thread, function
H A Dthr_posix.c133 ldap_pvt_thread_create( ldap_pvt_thread_t * thread, function
H A Dtpool.c298 if (0 != ldap_pvt_thread_create(
H A Dthr_debug.c775 ldap_pvt_thread_create( function
784 ERROR_IF( !threading_enabled, "ldap_pvt_thread_create" );
799 add_thread_info( "ldap_pvt_thread_create", thread, detach );
805 ERROR( rc, "ldap_pvt_thread_create" );
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/libraries/liblutil/
H A Dntservice.c326 if ( ldap_pvt_thread_create( &stop_status_tid, 0, stop_status_routine, NULL ) == 0 )
455 if ( ldap_pvt_thread_create( &start_status_tid, 0, start_status_routine, NULL ) == 0 )
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/include/
H A Dldap_pvt_thread.h76 ldap_pvt_thread_create LDAP_P((
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/tests/progs/
H A Dslapd-mtread.c345 ldap_pvt_thread_create( &rtid[i], 0, do_onethread, &rtid[i]);
351 ldap_pvt_thread_create( &rwtid[i], 0, do_onerwthread, &rwtid[i]);
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dslapadd.c409 ldap_pvt_thread_create( &thr, 0, getrec_thr, NULL );
H A Ddaemon.c3196 rc = ldap_pvt_thread_create( &listener_tid[i],
3201 "listener ldap_pvt_thread_create failed (%d)\n", rc, 0, 0 );
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/libraries/libldap/
H A Dresult.c161 rc = ldap_pvt_thread_create( &rcip->rci_threadid, 0, ldap_result_async, ld );
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/overlays/
H A Dsyncprov.c3134 ldap_pvt_thread_create( &tid, 0, syncprov_db_otask, op );

Completed in 223 milliseconds