~ruther/guix-local

ref: be897d474d8a299f1da2fa2e5f6ab88d2fffeaaf guix-local/nix/libutil/affinity.hh -rw-r--r-- 111 bytes
be897d47 — Hartmut Goebel gnu: Add ruby-googleapis-common-protos-types. 2 years ago
                                                                                
1
2
3
4
5
6
7
8
9
#pragma once

namespace nix {

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

}