~ruther/guix-local

ref: 5db3da88114960af5a869cc328ed2a1f73d914d3 guix-local/nix/libutil/affinity.hh -rw-r--r-- 111 bytes
5db3da88 — Christopher Baines tests: guix: Remove %nar-herder-os from the end of the module. 5 months ago
                                                                                
1
2
3
4
5
6
7
8
9
#pragma once

namespace nix {

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

}