MPAffinity: Difference between revisions
Appearance
No edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
== MPAffinity == | == MPAffinity == | ||
Structure for DosSetThreadAffinity. | Structure for DosSetThreadAffinity. | ||
=== Type === | === Type === | ||
[[OS2 API:DataType:ULONG|ULONG]] mask[2] | [[OS2 API:DataType:ULONG|ULONG]] mask[2] | ||
==== C Declaration Method ==== | ==== C Declaration Method ==== | ||
typedef struct | typedef struct | ||
=== Fields === | === Fields === | ||
mask CPUs 0 thru 31 in [0], CPUs 32 thru 63 in [1] | mask CPUs 0 thru 31 in [0], CPUs 32 thru 63 in [1] | ||
[[Category:The OS/2 API Project]] | [[Category:The OS/2 API Project]] |
Revision as of 22:09, 25 June 2016
MPAffinity
Structure for DosSetThreadAffinity.
Type
ULONG mask[2]
C Declaration Method
typedef struct
Fields
mask CPUs 0 thru 31 in [0], CPUs 32 thru 63 in [1]