openldap/libraries/liblthread
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
..
liblthread.dsp Add basic NT thread support. 1998-11-23 00:14:12 +00:00
liblthread.dsw Add basic NT thread support. 1998-11-23 00:14:12 +00:00
Makefile.in Update build environment to fix VPATH support. 1999-01-10 02:25:41 +00:00
rdwr.c Add basic NT thread support. 1998-11-23 00:14:12 +00:00
stack.c stack.c did not compile, needed ldap_log.h for its debugging statements. 1998-11-20 11:44:19 +00:00
thread.c Change SLAPD shutdown to do a cond wait on active threads instead 1999-01-11 18:36:40 +00:00
Version.c Initial revision 1998-08-09 00:43:13 +00:00