RTI Connext Traditional C++ API Version 7.3.0

<<interface>> Listener for receiving event notifications related to the thread pool of the DDSAsyncWaitSet. More...

Public Member Functions

virtual void on_thread_spawned (RTI_UINT64 thread_id)
 Handles the spawning of each thread conforming the thread pool of the DDSAsyncWaitSet. More...
 
virtual void on_thread_deleted (RTI_UINT64 thread_id)
 Handles the deletion of each thread conforming the thread pool of the DDSAsyncWaitSet. More...
 
virtual void on_wait_timeout (RTI_UINT64 thread_id)
 Handles the wait timeout generated by the leader thread of the DDSAsyncWaitSet. More...
 

Detailed Description

<<interface>> Listener for receiving event notifications related to the thread pool of the DDSAsyncWaitSet.

Member Function Documentation

◆ on_thread_spawned()

virtual void DDSAsyncWaitSetListener::on_thread_spawned ( RTI_UINT64  thread_id)
virtual

Handles the spawning of each thread conforming the thread pool of the DDSAsyncWaitSet.

◆ on_thread_deleted()

virtual void DDSAsyncWaitSetListener::on_thread_deleted ( RTI_UINT64  thread_id)
virtual

Handles the deletion of each thread conforming the thread pool of the DDSAsyncWaitSet.

◆ on_wait_timeout()

virtual void DDSAsyncWaitSetListener::on_wait_timeout ( RTI_UINT64  thread_id)
virtual

Handles the wait timeout generated by the leader thread of the DDSAsyncWaitSet.