[Return to Bookshelf] [Contents] [Previous Section] [Next Section] [Index] [Help]


cma_alert_enable_general

Enables general delivery of alerts to the current thread.

Syntax

cma_alert_enable_general(
                          prior);
 


Argument Data Type Access prior opaque cma_t_alert_ write state

C Binding

#include 

void cma_alert_enable_general ( cma_t_alert_state *prior);

Arguments

prior
Receives the prior state of general alert delivery (enabled or disabled).

Description

This routine enables general delivery of alerts to the current thread and returns the previous state of alert delivery to the prior argument. This routine is not alertable. A pending alert will remain pending until the next alert point.

Exceptions

cma_e_alert_nesting
cma_e_existence
cma_e_use_error



[Return to Bookshelf] [Contents] [Previous Section] [Next Section] [Index] [Help]