~ruther/guix-local

ref: a502dfbf4ccd31121cb5fc0b13a46e25c99829b0 guix-local/nix/libutil/affinity.hh -rw-r--r-- 111 bytes
a502dfbf — Danny Milosavljevic gnu: Add python-jedi. 9 years ago
                                                                                
1
2
3
4
5
6
7
8
9
#pragma once

namespace nix {

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

}