Searched refs:ldap_pvt_thread_join (Results 1 – 14 of 14) sorted by relevance
/netbsd-src/external/bsd/openldap/dist/servers/lloadd/ |
H A D | module_init.c | 122 ldap_pvt_thread_join( lloadd_main_thread, (void *)NULL ); in lload_back_open() 143 ldap_pvt_thread_join( lloadd_main_thread, (void *)NULL ); in lload_back_close()
|
H A D | daemon.c | 806 ldap_pvt_thread_join( listener_tid, (void *)NULL ); in destroy_listeners() 1363 ldap_pvt_thread_join( daemon_tid[i], (void *)NULL ); in lloadd_daemon()
|
/netbsd-src/external/bsd/openldap/dist/libraries/libldap/ |
H A D | ldap_thr_debug.h | 79 #define ldap_pvt_thread_join ldap_int_thread_join macro 153 #undef ldap_pvt_thread_join
|
H A D | thr_thr.c | 80 int ldap_pvt_thread_join( ldap_pvt_thread_t thread, void **thread_return ) in ldap_pvt_thread_join() function
|
H A D | thr_pth.c | 83 int ldap_pvt_thread_join( ldap_pvt_thread_t thread, void **thread_return ) in ldap_pvt_thread_join() function
|
H A D | thr_nt.c | 103 ldap_pvt_thread_join( ldap_pvt_thread_t thread, void **thread_return ) in ldap_pvt_thread_join() function
|
H A D | thr_posix.c | 212 ldap_pvt_thread_join( ldap_pvt_thread_t thread, void **thread_return ) in ldap_pvt_thread_join() function
|
H A D | thr_debug.c | 831 ldap_pvt_thread_join( ldap_pvt_thread_t thread, void **thread_return ) in ldap_pvt_thread_join() function
|
/netbsd-src/external/bsd/openldap/dist/tests/progs/ |
H A D | slapd-mtread.c | 295 ldap_pvt_thread_join(rtid[i], NULL); in main() 298 ldap_pvt_thread_join(rwtid[i], NULL); in main()
|
/netbsd-src/external/bsd/openldap/dist/include/ |
H A D | ldap_pvt_thread.h | 87 ldap_pvt_thread_join LDAP_P(( ldap_pvt_thread_t thread, void **status ));
|
/netbsd-src/external/bsd/openldap/dist/libraries/liblutil/ |
H A D | ntservice.c | 487 if (ldap_pvt_thread_join( stop_status_tid, (void *) NULL ) == -1) in lutil_ReportShutdownComplete()
|
/netbsd-src/external/bsd/openldap/dist/servers/slapd/ |
H A D | slapadd.c | 490 ldap_pvt_thread_join( thr, NULL ); in slapadd()
|
H A D | daemon.c | 3192 ldap_pvt_thread_join( tids->tids[i], (void *)NULL ); in slapd_daemon_tid_cleanup() 3372 ldap_pvt_thread_join( slap_daemon[i].sd_tid, (void *)NULL ); in slapd_daemon()
|
/netbsd-src/external/bsd/openldap/dist/servers/slapd/overlays/ |
H A D | syncprov.c | 3902 ldap_pvt_thread_join( tid, NULL ); in syncprov_db_open() 3929 ldap_pvt_thread_join( tid, NULL ); in syncprov_db_open()
|