~ruther/guix-local

ref: 0efdde91f60ba40d77a66fe804b172ab0f453321 guix-local/nix/libutil/affinity.hh -rw-r--r-- 111 bytes
0efdde91 — Ashish SHUKLA gnu: labwc: Update to 0.9.3. 9 months ago
                                                                                
1
2
3
4
5
6
7
8
9
#pragma once

namespace nix {

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

}