bjh 02/05/22 16:55:28
Modified: threadproc/os2 thread.c
Log:
Implement apr_thread_yield() on OS/2.
Revision Changes Path
1.34 +1 -0 apr/threadproc/os2/thread.c
Index: thread.c
===================================================================
RCS file: /home/cvs/apr/threadproc/os2/thread.c,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- thread.c 19 Mar 2002 17:53:59 -0000 1.33
+++ thread.c 22 May 2002 23:55:27 -0000 1.34
@@ -192,6 +192,7 @@
void apr_thread_yield()
{
+ DosSleep(0);
}