openldap/servers
Kurt Zeilenga 82b94e2258 Change SLAPD shutdown to do a cond wait on active threads instead
of a busy wait and allow the pthread_yield within the loop to be
removed.  This was the only pthread_yield which was necessary
when usng non-preemptive threads.  As such, the configure.in
sched_yield/pthread_yield missing error can be removed from
configure.in.  If explicit yield function is missing, just provide
a no-op replacement.
Moved declaration of various slapd globals from main.c to init.c
so they can be shared with ldbm tools.
1999-01-11 18:36:40 +00:00
..
ldapd Update build environment to fix VPATH support. 1999-01-10 02:25:41 +00:00
slapd Change SLAPD shutdown to do a cond wait on active threads instead 1999-01-11 18:36:40 +00:00
slurpd Update build environment to fix VPATH support. 1999-01-10 02:25:41 +00:00
Makefile.in merged with autoconf branch 1998-10-25 01:41:42 +00:00