Update of /repo/OpenLDAP/pkg/ldap/libraries/libldap_r
Modified Files: tpool.c 1.63 -> 1.64
Log Message: Replace state LDAP_INT_THREAD_POOL_PAUSING with member ltp_pause, so a pause will work during states FINISHING and STOPPING.
Add missing waits and signals, and move waits in pool_wrapper(). Replace if(test) with while(test) when waiting for the multi-purpose condition variable ltp_cond.
CVS Web URLs: http://www.openldap.org/devel/cvsweb.cgi/libraries/libldap_r/ http://www.openldap.org/devel/cvsweb.cgi/libraries/libldap_r/tpool.c
Changes are generally available on cvs.openldap.org (and CVSweb) within 30 minutes of being committed.