Copyright Digital Equipment Corp. All rights reserved.

pthread_yield_np

   Notifies the scheduler that the current thread is willing to
   release its processor to other threads of the same or higher
   priority.

   Syntax

     pthread_yield_np();
 


Additional information available:

C_Binding       Arguments       Description     Return_Values
Associated_Routines