RTI Connext Java API  Version 6.0.0
 All Classes Namespaces Functions Variables Groups Pages
ThreadSettingsKind Class Reference

A collection of flags used to configure threads of execution. More...

Static Public Attributes

static final int THREAD_SETTINGS_KIND_MASK_DEFAULT
 The mask of default thread options.
 
static final int THREAD_SETTINGS_FLOATING_POINT
 Code executed within the thread may perform floating point operations.
 
static final int THREAD_SETTINGS_STDIO
 Code executed within the thread may access standard I/O.
 
static final int THREAD_SETTINGS_REALTIME_PRIORITY
 The thread will be scheduled on a FIFO basis.
 
static final int THREAD_SETTINGS_PRIORITY_ENFORCE
 Strictly enforce this thread's priority.
 
static final int THREAD_SETTINGS_CANCEL_ASYNCHRONOUS
 Allows the thread to be cancelled without first reaching a cancellable state or cancellation point.
 

Detailed Description

A collection of flags used to configure threads of execution.

Not all of these options may be relevant for all operating systems. Consult Platform Notes for additional details.

See Also
com.rti.dds.infrastructure.ThreadSettingsKindMask

Member Data Documentation

final int THREAD_SETTINGS_FLOATING_POINT
static

Code executed within the thread may perform floating point operations.

Currently applicable only for VxWorks platforms, where user callbacks use floating-point operations.

final int THREAD_SETTINGS_STDIO
static

Code executed within the thread may access standard I/O.

Currently applicable only for VxWorks platforms, where user callbacks do standard I/O operations.

final int THREAD_SETTINGS_REALTIME_PRIORITY
static

The thread will be scheduled on a FIFO basis.

final int THREAD_SETTINGS_PRIORITY_ENFORCE
static

Strictly enforce this thread's priority.

final int THREAD_SETTINGS_CANCEL_ASYNCHRONOUS
static

Allows the thread to be cancelled without first reaching a cancellable state or cancellation point.


RTI Connext Java API Version 6.0.0 Copyright © Sun Mar 3 2019 Real-Time Innovations, Inc