NAME

ts_unbind - Unbind an arena to time slice.

SYNOPSIS

#include <charm.h>

Status ts_unbind( int ts, Cap tscap );

PARAMETERS

ts The time slice which is being unbound.

tscap The capability associated with the slot ts.

DESCRIPTION

This function disassociates an arena with a time slice.

RETURN VALUES

Upon the successful completion, the ts_unbind() function returns [SUCCEED].

ERRORS

If the ts_unbind() function fails, a Status is returned that corresponds to one of the following values:

[INVALID_TS_CAP] The capability specified by tscap is invalid.

[TS_INVALID] The time slice specified by ts is invalid.

RELATED INFORMATION

ts_change_caps(), ts_bind(), ts_yield().

Notes for Gurus

last updated: 11/2/99