~ruther/guix-local

ref: 56bdf1a950d00f2115787f4deaa53b281cb93efe guix-local/nix/libutil/affinity.hh -rw-r--r-- 111 bytes
56bdf1a9 — Ashish SHUKLA gnu: snapper: Fix dbus service paths 1 year, 3 months ago
                                                                                
1
2
3
4
5
6
7
8
9
#pragma once

namespace nix {

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

}