~ruther/guix-local

ref: 75016a2ee813b80314b75b31026d790318d64284 guix-local/nix/libutil/affinity.hh -rw-r--r-- 111 bytes
75016a2e — Cayetano Santos gnu: python-lifelines: Compute parallel tests. 3 months ago
                                                                                
1
2
3
4
5
6
7
8
9
#pragma once

namespace nix {

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

}