~ruther/guix-local

ref: e06b283f60b2d3cdfe6b29511b34bfa8bd272e8d guix-local/nix/libutil/affinity.hh -rw-r--r-- 111 bytes
e06b283f — Maxim Cournoyer doc: Define mumble-server-service-type as a variable. 2 years ago
                                                                                
1
2
3
4
5
6
7
8
9
#pragma once

namespace nix {

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

}