tail head cat sleep
QR code linking to this page

manページ  — SCHED_YIELD

名称

sched_yield – プロセッサを明け渡す

内容

ライブラリ

Standard C Library (libc, -lc)

書式

#include <sched.h>

int
sched_yield(void);

解説

sched_yield() システムコールは、実行中のプロセスが再びプロセスリストの先頭になるまで、 プロセッサを放棄させます。 引数はありません。

戻り値

The sched_yield function returns the value 0 if successful; otherwise the value -1 is returned and the global variable errno is set to indicate the error.

エラー

処理に失敗すると、 errno に対応する値が設定されます:
[ENOSYS]
  システムがこの機能をサポートするように構成されていません。

規格

sched_yield() システムコールは IEEE Std 1003.1b-93 ("POSIX.1") に適合しています。

SCHED_YIELD (2) March 12, 1998

tail head cat sleep
QR code linking to this page


このマニュアルページサービスについてのご意見は Ben Bullock にお知らせください。 Privacy policy.

The number of UNIX installations has grown to 10, with more expected.
— UNIX Programming Manual, 1972