~ruther/guix-local

ref: 91c4db1eead6d87b02c8e1641d2bc3db0bb247ae guix-local/nix/libutil/affinity.hh -rw-r--r-- 111 bytes
91c4db1e — pinoaffe gnu: mupdf: Install shared python libraries. 1 year, 1 month ago
                                                                                
1
2
3
4
5
6
7
8
9
#pragma once

namespace nix {

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

}