Can this ever fail (and do we care?) or should it actually be a void fn? Bill
----- Original Message ----- From: "Brad Nicholes" <[EMAIL PROTECTED]> To: <[email protected]>; <[EMAIL PROTECTED]> 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
