MPAffinity: Difference between revisions
Appearance
m Ak120 moved page OS2 API:DataType:MPAffinity to MPAffinity |
mNo edit summary |
||
Line 1: | Line 1: | ||
Structure for DosSetThreadAffinity. | Structure for DosSetThreadAffinity. | ||
==Type== | |||
[[ULONG]] mask[2] | [[ULONG]] mask[2] | ||
===C Declaration Method=== | |||
typedef struct | typedef struct | ||
== 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:Data type]] | [[Category:Data type]] |
Latest revision as of 01:58, 21 February 2020
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]