thr_yield(3c) 맨 페이지 - 윈디하나의 솔라나라

개요

섹션
맨 페이지 이름
검색(S)

thr_yield(3c)

Standard C Library Functions                                     thr_yield(3C)



NAME
       thr_yield - yield to another thread

SYNOPSIS
       #include <thread.h>

       void thr_yield(void);

DESCRIPTION
       The  thr_yield() function causes the current thread to yield its execu‐
       tion in favor of another thread with the same or greater priority.

RETURN VALUES
       The thr_yield() function returns nothing and does not set errno.

ATTRIBUTES
       See attributes(7) for descriptions of the following attributes:


       tab() box; cw(2.75i) |cw(2.75i) lw(2.75i) |lw(2.75i) ATTRIBUTE  TYPEAT‐
       TRIBUTE VALUE _ MT-LevelMT-Safe


SEE ALSO
       thr_setprio(3C), attributes(7), standards(7)



Oracle Solaris 11.4               15 May 2014                    thr_yield(3C)
맨 페이지 내용의 저작권은 맨 페이지 작성자에게 있습니다.
RSS ATOM XHTML 5 CSS3