~ruther/guix-local

ref: d86e890ae633b92ce4e7f7db563cee400a98d334 guix-local/nix/libutil/affinity.hh -rw-r--r-- 111 bytes
d86e890a — Ricardo Wurmus gnu: python-platformdirs: Update to 4.3.6. 1 year, 6 months ago
                                                                                
1
2
3
4
5
6
7
8
9
#pragma once

namespace nix {

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

}