~ruther/guix-local

ref: e109ed3922f2a3ff68a77f727ead27f2eb4a82ab guix-local/nix/libutil/affinity.hh -rw-r--r-- 111 bytes
e109ed39 — Ludovic Courtès bash completion: Complete file names after 'guix system COMMAND'. 9 years ago
                                                                                
1
2
3
4
5
6
7
8
9
#pragma once

namespace nix {

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

}