RTI Connext DDS Micro  Version 2.4.9
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Thread Porting Guide

The thread API is used by to create threads. Currently only the UDP transport uses threads and it is a goal to keep the generic core library free of threads. Thus, if is ported to an environment with no thread support the thread API can be stubbed out. However, note that the UDP transport must be ported accordingly in this case; that is all thread code must be removed and replaced with code appropriate for the environment.

The following functions must be ported:

Please refer to the OSAPI Thread API for definition of the behavior. The available source code contains implementation in the file:

srcC/osapi/<platform>/Thread.c


RTI Connext DDS Micro Version 2.4.9 Copyright © Thu Dec 15 2016 Real-Time Innovations, Inc