VMS Help  —  POSIX Threads, PTHREAD routines, 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: explode extract
C Binding Arguments Description Return Values Associated Routines
Close Help