~ruther/guix-local

ref: 7ea4fedd10f1506c80ec25cb658fc119ba7c4a6a guix-local/nix/libutil/affinity.hh -rw-r--r-- 111 bytes
7ea4fedd — Sergey Trofimov gnu: Prefix licenses in documentation.scm 2 years ago
                                                                                
1
2
3
4
5
6
7
8
9
#pragma once

namespace nix {

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

}