~ruther/guix-local

ref: 88c1ecfd014bcbfce4c81d5e82ceeaf1d656c3f9 guix-local/nix/libutil/affinity.hh -rw-r--r-- 111 bytes
88c1ecfd — Nicolas Graves gnu: python-dogtail: Switch to pyproject. 10 months ago
                                                                                
1
2
3
4
5
6
7
8
9
#pragma once

namespace nix {

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

}