Jump to content

MPAffinity: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
mNo edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
== MPAffinity ==
Structure for DosSetThreadAffinity.
Structure for DosSetThreadAffinity.


=== Type ===
==Type==
 
  [[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]
 
 
 
[[OS2_API | Back to OS/2 API]]
 


[[Category:The OS/2 API Project]]
[[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]