]> git.sur5r.net Git - openldap/commit
In pool_submit():
authorHallvard Furuseth <hallvard@openldap.org>
Thu, 31 May 2007 12:47:24 +0000 (12:47 +0000)
committerHallvard Furuseth <hallvard@openldap.org>
Thu, 31 May 2007 12:47:24 +0000 (12:47 +0000)
commit1b15fa9c6e2b8b553dec255584067ff86030fb52
treedff438f2ab8bfe1c06233d84a9d86a3c54d4445b
parent45389c03415c38fedcc6c5edbddd5831e6062f0e
In pool_submit():
- Move problematic mutex_unlock()-mutex_lock() into the unused #ifdef
  LDAP_PVT_THREAD_POOL_SEM_LOAD_CONTROL and add a FIXME comment inside.
- Delay ltp_starting--; until pool_wrapper().  Nonzero value could otherwise
  no longer be exposed when !defined LDAP_PVT_THREAD_POOL_SEM_LOAD_CONTROL.
libraries/libldap_r/tpool.c