Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
OpenLDAP
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue 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
Jaak Ristioja
OpenLDAP
Commits
f9ba11f5
Commit
f9ba11f5
authored
21 years ago
by
Kurt Zeilenga
Browse files
Options
Downloads
Patches
Plain Diff
Add acknowledgements
parent
85013a9d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
libraries/libldap_r/rdwr.c
+11
-7
11 additions, 7 deletions
libraries/libldap_r/rdwr.c
libraries/libldap_r/rq.c
+3
-0
3 additions, 0 deletions
libraries/libldap_r/rq.c
libraries/libldap_r/thr_cthreads.c
+3
-7
3 additions, 7 deletions
libraries/libldap_r/thr_cthreads.c
with
17 additions
and
14 deletions
libraries/libldap_r/rdwr.c
+
11
−
7
View file @
f9ba11f5
...
...
@@ -12,15 +12,19 @@
* top-level directory of the distribution or, alternatively, at
* <http://www.OpenLDAP.org/license.html>.
*/
/* This work was initially developed by Kurt D. Zeilenga for inclusion
* in OpenLDAP Software. Additional significant contributors include:
* Stuart Lynne
*/
/*
*
* This is an improved implementation of Reader/Writer locks does
*
* not protect writers from starvation. That is, if a writer is
*
* currently waiting on a reader, any new reader will get
*
* the lock before the writer.
*
*
*
* Does not support cancellation nor does any status checking.
*/
* This is an improved implementation of Reader/Writer locks does
* not protect writers from starvation. That is, if a writer is
* currently waiting on a reader, any new reader will get
* the lock before the writer.
*
* Does not support cancellation nor does any status checking.
*/
/* Adapted from publically available examples for:
* "Programming with Posix Threads"
* by David R Butenhof, Addison-Wesley
...
...
This diff is collapsed.
Click to expand it.
libraries/libldap_r/rq.c
+
3
−
0
View file @
f9ba11f5
...
...
@@ -13,6 +13,9 @@
* top-level directory of the distribution or, alternatively, at
* <http://www.OpenLDAP.org/license.html>.
*/
/* This work was initially developed by Jong Hyuk Choi for inclusion
* in OpenLDAP Software.
*/
#include
"portable.h"
...
...
This diff is collapsed.
Click to expand it.
libraries/libldap_r/thr_cthreads.c
+
3
−
7
View file @
f9ba11f5
...
...
@@ -13,19 +13,15 @@
* top-level directory of the distribution or, alternatively, at
* <http://www.OpenLDAP.org/license.html>.
*/
/* This work was initially developed by Luke Howard for inclusion
* in U-MICH LDAP 3.3.
*/
#include
"portable.h"
#if defined( HAVE_MACH_CTHREADS )
#include
"ldap_pvt_thread.h"
/***********************************************************************
* *
* under NEXTSTEP or OPENSTEP use CThreads *
* lukeh@xedoc.com.au *
* *
***********************************************************************/
int
ldap_int_thread_initialize
(
void
)
{
...
...
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