aboutsummaryrefslogtreecommitdiff
path: root/nix/libutil/affinity.hh
blob: c1bd28e1367ac9cb6faa4a11777c32d08379fa99 (about) (plain)
1
2
3
4
5
6
7
8
9
#pragma once

namespace nix {

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

}
il'>...Ludovic Courtès 2023-08-20services: syncthing: Use 'match-record'....Ludovic Courtès 2023-08-11services: syncthing: Use the new command line syntax....terramorpha 2021-11-30services: Accept <inferior-package>s in lieu of <package>s....Tobias Geerinckx-Rice 2021-01-12services: Add syncthing service....Oleg Pykhalov