thrThreadData

Returns a KeyMap that can be used to hold thread-specific global data

Description:

This function returns a pointer to an AST KeyMap that is associated with the running thread (each thread has a separate KeyMap). The KeyMap can be used to store values that need to be passed between functions within a thread, or that need to be retained between invocations.

Invocation

AstKeyMap thrThreadData( int status );

Arguments

status
Pointer to the inherited status value.

Notes: