~ruther/guix-local

ref: 6ffcc4e7e95b0ab151f04417bd10d82e7fdb2de1 guix-local/nix/libutil/affinity.hh -rw-r--r-- 111 bytes
6ffcc4e7 — Hartmut Goebel gnu: trytond-product-kit: Update to 7.0.7 and switch to pyproject. 9 months ago
                                                                                
1
2
3
4
5
6
7
8
9
#pragma once

namespace nix {

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

}