#pragma once namespace nix { void setAffinityTo(int cpu); int lockToCurrentCPU(); void restoreAffinity(); } it-markdown-heading-color.css'/>
aboutsummaryrefslogtreecommitdiff
path: root/tests/nar.scm
AgeCommit message (Expand)Author
2019-01-18serialization: 'restore-file' errors out upon non-convertible file names....Ludovic Courtès
2018-11-13deduplication: Restore directory mtime and permissions after deduplication....Ludovic Courtès
2018-11-13tests: Check file canonicalization for 'restore-file-set'....Ludovic Courtès
2018-11-13tests: Remove check for a feature that appeared in Guile 2.0.10....Ludovic Courtès
2018-09-04Switch to Guile-Gcrypt....Ludovic Courtès
2018-07-19serialization: Add 'write-file-tree'....Ludovic Courtès
2017-03-18build: Require Guile >= 2.0.9....Ludovic Courtès
2017-03-08hash: Close or flush sha256 output ports before calling their 'get' procedure....Ludovic Courtès
2016-06-12serialization: Add #:select? parameter to 'write-file'....Ludovic Courtès