daemon: Map directly to gcrypt hash functions.
[jackhill/guix/guix.git] / nix / libutil / affinity.hh
CommitLineData
36457566
LC
1#pragma once
2
3namespace nix {
4
5void setAffinityTo(int cpu);
6int lockToCurrentCPU();
7void restoreAffinity();
8
9}