yield - yield execution to another lightweight process
#include <unistd.h> void yield(void);
The yield() function causes the current lightweight process to yield its execution in favor of another lightweight process with the same or greater priority.
thr_yield(3C)
Закладки на сайте Проследить за страницей |
Created 1996-2024 by Maxim Chirkov Добавить, Поддержать, Вебмастеру |