Package | Description |
---|---|
net.openhft.affinity.impl |
Class and Description |
---|
LinuxHelper.cpu_set_t |
LinuxJNAAffinity |
NullAffinity |
OSXJNAAffinity
This is essentially the same as the NullAffinity implementation but with concrete
support for getThreadId().
|
PosixJNAAffinity
Implementation of
IAffinity based on JNA call of
sched_setaffinity(3)/sched_getaffinity(3) from 'c' library. |
SolarisJNAAffinity
This is essentially the same as the NullAffinity implementation but with concrete
support for getThreadId().
|
VanillaCpuLayout |
VersionHelper |
WindowsJNAAffinity
Implementation of
IAffinity based on JNA call of
sched_SetThreadAffinityMask/GetProcessAffinityMask from Windows 'kernel32' library. |
Copyright © 2019. All rights reserved.