Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
OpenLDAP
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Christopher Ng
OpenLDAP
Commits
5fca6c19
Commit
5fca6c19
authored
17 years ago
by
Hallvard Furuseth
Browse files
Options
Downloads
Patches
Plain Diff
ITS#5364, thread pool efficiency:
Add ldap_pvt_thread_pool_pausing(): pause check for slapd without locking.
parent
6dd87bb8
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/ldap_pvt_thread.h
+4
-0
4 additions, 0 deletions
include/ldap_pvt_thread.h
with
4 additions
and
0 deletions
include/ldap_pvt_thread.h
+
4
−
0
View file @
5fca6c19
...
@@ -243,6 +243,10 @@ ldap_pvt_thread_pool_query LDAP_P((
...
@@ -243,6 +243,10 @@ ldap_pvt_thread_pool_query LDAP_P((
ldap_pvt_thread_pool_t
*
pool
,
ldap_pvt_thread_pool_t
*
pool
,
ldap_pvt_thread_pool_param_t
param
,
void
*
value
));
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_F
(
int
)
ldap_pvt_thread_pool_backload
LDAP_P
((
ldap_pvt_thread_pool_backload
LDAP_P
((
ldap_pvt_thread_pool_t
*
pool
));
ldap_pvt_thread_pool_t
*
pool
));
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment