.\" -*- coding: UTF-8 -*- .\" Copyright 1993 Rickard E. Faith (faith@cs.unc.edu) .\" Portions extracted from linux/mm/swap.c: .\" Copyright (C) 1991, 1992 Linus Torvalds .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" .\" Modified 21 Aug 1994 by Michael Chastain : .\" Added text about calling restriction (new in Linux 1.1.20 I believe). .\" N.B. calling "idle" from user process used to hang process! .\" Modified Thu Oct 31 14:41:15 1996 by Eric S. Raymond .\" " .\"******************************************************************* .\" .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* .TH idle 2 "30 Marzo 2023" "Páginas de manual de Linux 6.05.01" .SH NOMBRE idle \- deja inactivo al proceso 0 .SH SINOPSIS .nf \fB#include \fP .PP \fB[[deprecated]] int idle(void);\fP .fi .SH DESCRIPCIÓN \fBidle\fP() es una llamada al sistema interna utilizada durante el arranque del sistema. Marca las páginas de memoria del proceso intercambiables y entra en el bucle principal del planificador. \fBidle\fP() nunca regresa. .PP Sólo el proceso 0 puede llamar a \fBidle\fP(). Cualquier proceso de usuario, incluso uno con permisos de superusuario, recibirá el valor \fBEPERM\fP. .SH "VALOR DEVUELTO" \fBidle\fP() nunca regresa para el proceso 0, y siempre devuelve el valor \-1 para un proceso de usuario. .SH ERRORES .TP \fBEPERM\fP Siempre, para un proceso de usuario. .SH ESTÁNDARES Linux. .SH HISTORIAL Removed in Linux 2.3.13. .PP .SH TRADUCCIÓN La traducción al español de esta página del manual fue creada por Nicolás Lichtmaier y Juan Piernas . .PP Esta traducción es documentación libre; lea la .UR https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3 .UE o posterior con respecto a las condiciones de copyright. No existe NINGUNA RESPONSABILIDAD. .PP Si encuentra algún error en la traducción de esta página del manual, envíe un correo electrónico a .MT debian-l10n-spanish@lists.debian.org .ME .