tibrvDispatcher_GetName()

Function

Declaration

tibrv_status tibrvDispatcher_GetName(
    tibrvDispatcher    dispatcher,
    const char**       dispatchName);

Purpose

Extract the name of a dispatcher thread.

Parameter

Description

dispatcher

Get the name of this thread.

dispatchName

The program supplies a location, and the function stores the name of the dispatcher thread in that location.