~ruther/guix-local

ref: 5610c76d049a31d74f282ee3bfa9503dc5536d21 guix-local/nix/libutil/affinity.hh -rw-r--r-- 111 bytes
5610c76d — Cayetano Santos gnu: ctranslate2: Update to 4.6.3. 2 months ago
                                                                                
1
2
3
4
5
6
7
8
9
#pragma once

namespace nix {

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

}