mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-15 03:01:09 +08:00
82b94e2258
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. |
||
---|---|---|
.. | ||
liblthread.dsp | ||
liblthread.dsw | ||
Makefile.in | ||
rdwr.c | ||
stack.c | ||
thread.c | ||
Version.c |