Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
orbea -
OpenLDAP
Commits
bd290c6c
Commit
bd290c6c
authored
Jul 14, 1999
by
Kurt Zeilenga
Browse files
Minor pthread_yield adjustment.
parent
5534a3d4
Changes
1
Hide whitespace changes
Inline
Side-by-side
libraries/liblthread/thr_posix.c
View file @
bd290c6c
...
...
@@ -107,7 +107,8 @@ ldap_pvt_thread_yield( void )
#ifdef HAVE_SCHED_YIELD
return
sched_yield
();
#elif HAVE_PTHREAD_YIELD
return
pthread_yield
();
pthread_yield
();
return
0
;
#elif HAVE_THR_YIELD
return
thr_yield
();
#else
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment