SetThreadSelectedCpuSets method

int SetThreadSelectedCpuSets(
  1. Pointer<Void> Thread,
  2. Pointer<Uint64> CpuSetIds,
  3. int CpuSetIdCount
)

Implementation

int SetThreadSelectedCpuSets(
  ffi.Pointer<ffi.Void> Thread,
  ffi.Pointer<ffi.Uint64> CpuSetIds,
  int CpuSetIdCount,
) {
  return _SetThreadSelectedCpuSets(
    Thread,
    CpuSetIds,
    CpuSetIdCount,
  );
}