~ruther/guix-local

ref: ec1fa9e288b7af24145bf0ebfe3fe75c79a1d49e guix-local/nix/libutil/affinity.hh -rw-r--r-- 111 bytes
ec1fa9e2 — Nicolas Graves gnu: python-pdf2image: Replace python-nose by python-pynose. 10 months ago
                                                                                
1
2
3
4
5
6
7
8
9
#pragma once

namespace nix {

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

}