NAME
ts_yield
SYNOPSIS
#include <charm.h>
void 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
The ts_yield() system call never returns
ERRORS
The ts_yield() function cannot fail.
RELATED INFORMATION
ts_change_caps(), ts_bind(), ts_unbind()
Notes for Gurus
last updated: 7/9/99