~ruther/guix-local

ref: dabd7c9b68f33a095ef615cf6d341bd2d4d9d060 guix-local/nix/libutil/affinity.hh -rw-r--r-- 111 bytes
dabd7c9b — Efraim Flashner gnu: enlightenment: Update to 0.20.5. 10 years ago
                                                                                
1
2
3
4
5
6
7
8
9
#pragma once

namespace nix {

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

}