SC_YIELD(2)
SCORE-D SYSTEM CALLS
SC_YIELD(2)
NAME
sc_yield - yield processors

SYNOPSIS
#include <sc.h>

int sc_yield(void);

DESCRIPTION

sc_yield() voluntarily relinquishes the processors. This results in the other runnable jobs are scheduled.

RETURN VALUES
sc_yield() returns 0 on success.


$Id: sc_yield.html,v 1.1.1.1 2002/02/12 02:00:13 kameyama Exp $