~ruther/guix-local

ref: efed60864ebb199169896c39bfa2a1de745c162c guix-local/nix/libutil/affinity.hh -rw-r--r-- 111 bytes
efed6086 — Sharlatan Hellseher gnu: awscli-2: Update to 2.28.0. 6 months ago
                                                                                
1
2
3
4
5
6
7
8
9
#pragma once

namespace nix {

void setAffinityTo(int cpu);
int lockToCurrentCPU();
void restoreAffinity();

}