William A. Rowe, Jr. wrote:
This has been sitting out a while. Any comments from the vocal majority
on their favorite platform? Seems sane to me, but needs eyes from folks
intimately familiar with the pthreads implementation.
I noticed more are trying to purge the bug queue so thought it's a good
time to mention again.
+1 on Solaris 11.
Cheers,
Henry
Bill
-------- Original Message --------
Subject: [PATCH] apr_thread_yield with pthread
Date: Mon, 27 Feb 2006 17:19:45 +0900
From: Keisuke Nishida <[EMAIL PROTECTED]>
To: dev@apr.apache.org
Hi,
I'm new to APR. I've started using apr-1.2.2 as well as the trunk.
I found the definition of apr_thread_yield is empty in
apr/threadproc/unix/thread.c.
Is there any reason why not to call pthread_yield or sched_yield?
The attached patch does what I want.
Best regards,
Keisuke Nishida