mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-27 18:19:52 -05:00
ITS#5364, thread pool efficiency:
Add ldap_pvt_thread_pool_pausing(): pause check for slapd without locking.
This commit is contained in:
parent
6dd87bb83f
commit
5fca6c19c8
1 changed files with 4 additions and 0 deletions
|
|
@ -243,6 +243,10 @@ ldap_pvt_thread_pool_query LDAP_P((
|
|||
ldap_pvt_thread_pool_t *pool,
|
||||
ldap_pvt_thread_pool_param_t param, void *value ));
|
||||
|
||||
LDAP_F( int )
|
||||
ldap_pvt_thread_pool_pausing LDAP_P((
|
||||
ldap_pvt_thread_pool_t *pool ));
|
||||
|
||||
LDAP_F( int )
|
||||
ldap_pvt_thread_pool_backload LDAP_P((
|
||||
ldap_pvt_thread_pool_t *pool ));
|
||||
|
|
|
|||
Loading…
Reference in a new issue