std::os

Submodules

androidbacktracedarwinenvfreebsdlinuxmacosnetbsdopenbsdposixprocesswin32

Public

Functions

NameDescription
os::exitExit the process with a given exit code. This will typically call 'exit' in LibC
os::num_cpu
os::fastexitExit the process with a given exit code. This will typically call '_Exit' in LibC...