SCORE_BECOME_BUSY(3)
SCORED LIBRARY (C)
SCORE_BECOME_BUSY(3)
NAME
score_become_busy - tells SCore-D that the process becomes busy

SYNOPSIS
#include <score.h>

void score_become_busy( void );

DESCRIPTION
score_become_busy() lets SCore-D know the running state of a user process. If a user process becomes busy, this means that the program has just exited from a busy-wait loop waiting for incoming PM messages, and score_become_idle() must be called.

SEE ALSO
score_become_idle(3), SCore-D Runtime Development

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