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.


CREDIT
This document is a part of the SCore cluster system software developed at PC Cluster Consortium, Japan. Copyright (C) 2002 PC Cluster Consortium.