Contents

thread_call_isactive

Determine whether a thread call is pending or currently executing.

Declaration

boolean_t thread_call_isactive(thread_call_t call);

Parameters

  • call:

    Thread call to examine.

Return Value

TRUE if the thread call is either scheduled for execution (immediately or at some point in the future) or is currently executing.

See Also

Thread