envoy_call_timer( )

NAME

envoy_call_timer( ) - execute the specified function when the timer expires

SYNOPSIS

void envoy_call_timer 
    ( 
    bits32_t  when, 
    void      (*what)(void) 
    )

DESCRIPTION

This routine executes the what function after when ticks have elapsed. This function is used internally to respond when the interval between the test and set of a "test and set" exceeds the timeout specified by when.

RETURNS

N/A

SEE ALSO

saIoLib