~ruther/guix-local

ref: 77b486fcc892cf30c055420017c061cb2cf99fbf guix-local/nix/libutil/affinity.hh -rw-r--r-- 111 bytes
77b486fc — Sharlatan Hellseher gnu: python-nbconvert: Update to 7.16.6. 9 months ago
                                                                                
1
2
3
4
5
6
7
8
9
#pragma once

namespace nix {

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

}