std::os
Submodules
Public
Functions
| Name | Description |
|---|---|
| os::exit | Exit the process with a given exit code. This will typically call 'exit' in LibC |
| os::num_cpu | |
| os::fastexit | Exit the process with a given exit code. This will typically call '_Exit' in LibC... |