NAME

slack_unbind - Unbind an arena to time slice.

SYNOPSIS

#include <charm.h>

Status slack_unbind( Cap slackcap );

PARAMETERS

slackcap The capability associated with slack time manager.

DESCRIPTION

This function disassociates an arena with slack time management.

RETURN VALUES

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

ERRORS

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

[SLACK_CAP_ INVALID] The capability specified by tscap is invalid.

RELATED INFORMATION

slack_bind(), slack_change_caps()

Notes for Gurus

last updated: 11/2/99