~ruther/guix-local

ref: 94f9177cf812971406b48c2c2ecf3f6927373378 guix-local/nix/libutil/affinity.hh -rw-r--r-- 111 bytes
94f9177c — Rutherther install: Show different motd in headless console. 9 months ago
                                                                                
1
2
3
4
5
6
7
8
9
#pragma once

namespace nix {

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

}