Nix
2.93.3
Lix: A modern, delicious implementation of the Nix package manager; unstable internal interfaces
Loading...
Searching...
No Matches
current-process.hh
Go to the documentation of this file.
1
#pragma once
3
4
#include <optional>
5
#include <sys/resource.h>
6
7
#include "
lix/libutil/types.hh
"
8
9
namespace
nix {
10
15
unsigned
int
getMaxCPU();
16
17
21
void
setStackSize(rlim_t stackSize);
22
23
31
void
restoreProcessContext(
bool
restoreMounts =
true
);
32
36
std::optional<Path> getSelfExe();
37
38
}
types.hh
lix
libutil
current-process.hh
Generated by
1.15.0