Rechercher une page de manuel
yield
Langue: en
Version: June 2009 (debian - 07/07/09)
Section: 9 (Appels noyau Linux)
NAME
yield - yield the current processor to other threads.SYNOPSIS
- void __sched yield(void);
ARGUMENTS
void
- no arguments
DESCRIPTION
This is a shortcut for kernel-space yielding - it marks the thread runnable and calls sys_sched_yield.
COPYRIGHT
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre