~ruther/guix-local

ref: 02c0570a711155fa623e73ecb0652192bc5802d6 guix-local/nix/libutil/affinity.hh -rw-r--r-- 111 bytes
02c0570a — Efraim Flashner gnu: rust-gix-trace-0.1: Update to 0.1.11. 1 year, 5 months ago
                                                                                
1
2
3
4
5
6
7
8
9
#pragma once

namespace nix {

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

}