~ruther/guix-local

ref: 033e074eefc2b2b04aa96bdcec2e08f21cb7dff7 guix-local/nix/libutil/affinity.hh -rw-r--r-- 111 bytes
033e074e — Andreas Fuglesteg Dale gnu: picom: Update to 12.5. 1 year, 5 months ago
                                                                                
1
2
3
4
5
6
7
8
9
#pragma once

namespace nix {

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

}