~ruther/guix-local

ref: 538d0218c428e4693f1c8b09ef4dc990bb2657fb guix-local/nix/libutil/affinity.hh -rw-r--r-- 111 bytes
538d0218 — Danny Milosavljevic gnu: chessx: Add Wayland. 2 months ago
                                                                                
1
2
3
4
5
6
7
8
9
#pragma once

namespace nix {

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

}