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


cma_alert_test

Requests delivery of a pending alert to the current thread.

Syntax

cma_alert_test();

C Binding

#include 

void cma_alert_test (void);

Arguments

None

Description

This routine requests delivery of a pending alert to the current thread. The alert is delivered only if an alert is pending for the current thread and alert delivery is not currently disabled.

This routine is useful when called within very long loops to ensure that a pending alert is noticed within a reasonable amount of time.

This routine is alertable.

Exceptions

cma_e_alerted



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