urn:schemas-cosylab-com:BulkDataNTReceiver:1.0
complexType threadSettings

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{urn:schemas-cosylab-com:BulkDataNTReceiver:1.0}threadSettings (restriction)

Documentation
                The properties of a thread of execution.
            
Properties
This component is not nillable.

Model
<...>
(mask? ; priority? ; stack_size? ; cpu_list? ; cpu_rotation?)
</...>


Nested Element Summary
nonNegativeIntegerSeqcpu_list
          
threadSettingsCpuRotationcpu_rotation
          
threadKindMaskmask
          
positiveInteger_THREAD_PRIORITY_DEFAULTpriority
          
positiveInteger_THREAD_STACK_SIZE_DEFAULTstack_size
          
Source
<xs:complexType name="threadSettings">
<xs:all>
<xs:element maxOccurs="1" minOccurs="0" name="mask" type="threadKindMask"/>
<xs:element maxOccurs="1" minOccurs="0" name="priority" type="positiveInteger_THREAD_PRIORITY_DEFAULT"/>
<xs:element maxOccurs="1" minOccurs="0" name="stack_size" type="positiveInteger_THREAD_STACK_SIZE_DEFAULT"/>
<xs:element maxOccurs="1" minOccurs="0" name="cpu_list" type="nonNegativeIntegerSeq"/>
<xs:element maxOccurs="1" minOccurs="0" name="cpu_rotation" type="threadSettingsCpuRotation"/>
</xs:all>
</xs:complexType>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.