openldap/libraries/libldap_r
Hallvard Furuseth 9e9bf22a64 ITS#4943:
In ldap_pvt_thread_pool_submit(), when backing out of thread creation:
  ltp_pending_count '++' -> '--'.  Signal if there are no more threads.
In ldap_int_thread_pool_wrapper():
  if() -> assert() where false would result in eternal loop.
2007-05-09 19:34:49 +00:00
..
ldap_thr_debug.h happy new year 2007-01-02 20:00:42 +00:00
Makefile.in more on ITS#4799 2007-01-10 01:18:52 +00:00
rdwr.c happy new year 2007-01-02 20:00:42 +00:00
rmutex.c happy new year 2007-01-02 20:00:42 +00:00
rq.c happy new year 2007-01-02 20:00:42 +00:00
thr_cthreads.c happy new year 2007-01-02 20:00:42 +00:00
thr_debug.c Don't complain if detached threads exit after ldap_debug_thread_destroy(). 2007-05-09 19:21:08 +00:00
thr_lwp.c happy new year 2007-01-02 20:00:42 +00:00
thr_nt.c happy new year 2007-01-02 20:00:42 +00:00
thr_posix.c ITS#4948: '#if <undefined macro>' -> '#ifdef' warning cleanup 2007-05-09 18:17:10 +00:00
thr_pth.c happy new year 2007-01-02 20:00:42 +00:00
thr_stub.c happy new year 2007-01-02 20:00:42 +00:00
thr_thr.c happy new year 2007-01-02 20:00:42 +00:00
threads.c happy new year 2007-01-02 20:00:42 +00:00
tpool.c ITS#4943: 2007-05-09 19:34:49 +00:00