~ruther/guix-local

ref: fa511e29526891743172cedbb17fa7ef75bd2d46 guix-local/nix/libutil/affinity.hh -rw-r--r-- 111 bytes
fa511e29 — Ludovic Courtès doc: Use 'guix environment --no-grafts' to debug build failures. 8 years ago
                                                                                
1
2
3
4
5
6
7
8
9
#pragma once

namespace nix {

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

}