You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apr.apache.org by Brad Nicholes <BN...@novell.com> on 2001/07/31 01:05:44 UTC

[PATCH] New thread API apr_thread_yield()...

    This patch adds the API apr_thread_yield() to the threads subsystem.  This allows the caller to force a thread to yield the processor during such instances as compute bound operations.  The attached file thread.c is the NetWare platform version and should be checked in to "apr/threadproc/netware/"

thanks,
Brad


Re: [PATCH] New thread API apr_thread_yield()...

Posted by "William A. Rowe, Jr." <wr...@rowe-clan.net>.
Can this ever fail (and do we care?) or should it actually be a void fn?

Bill

----- Original Message -----
From: "Brad Nicholes" <BN...@novell.com>
To: <de...@apr.apache.org>; <wr...@rowe-clan.net>
Sent: Monday, July 30, 2001 6:05 PM
Subject: [PATCH] New thread API apr_thread_yield()...


    This patch adds the API apr_thread_yield() to the threads subsystem.  This allows the caller to force a thread to yield the
processor during such instances as compute bound operations.  The attached file thread.c is the NetWare platform version and should
be checked in to "apr/threadproc/netware/"

thanks,
Brad