~ruther/guix-local

ref: 71da0b37ab97c1b6bd6bf8fde9b155b6ee024c1c guix-local/nix/libutil/affinity.hh -rw-r--r-- 111 bytes
71da0b37 — Ian Eure gnu: nss-rapid: Update to 3.110. 1 year, 2 months ago
                                                                                
1
2
3
4
5
6
7
8
9
#pragma once

namespace nix {

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

}