NAME
ts_yield
SYNOPSIS
#include <charm.h>
Status ts_yield();
PARAMETERS
DESCRIPTION
This function yields the current time slice. Note that on the next scheduling cycle the arena will be scheduled in the current time slice. If the arena wishes to be no longer scheduled in the current slot it should use ts_unbind().
RETURN VALUES
Upon the successful completion, the ts_yield() function returns [SUCCEED].
ERRORS
The ts_yield() function cannot fail.
RELATED INFORMATION
ts_change_caps(), ts_bind(), ts_unbind()
Notes for Gurus
last updated: 11/2/99