~ruther/guix-local

ref: 9d4fc986e57fbf04c5c8f23327ff894d9051989e guix-local/nix/libutil/affinity.hh -rw-r--r-- 111 bytes
9d4fc986 — Hartmut Goebel gnu: trytond-product-price-list-dates: Update to 7.0.1. 5 months ago
                                                                                
1
2
3
4
5
6
7
8
9
#pragma once

namespace nix {

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

}