~ruther/guix-local

ref: 8d2fe8772b354b1ea2aa04a43865e7e1a76e071f guix-local/nix/libutil/affinity.hh -rw-r--r-- 111 bytes
8d2fe877 — Maxim Cournoyer gnu: ffmpeg-6: Update to 6.1.4. 9 months ago
                                                                                
1
2
3
4
5
6
7
8
9
#pragma once

namespace nix {

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

}