Documentation

SysProcReadFromStderr

SysProcReadFromStderr Description Perform a blocking read from stderr of child process to provided buffer.

Read More

SysProcReadFromStdout

SysProcReadFromStdout Description Perform a blocking read from stdout of child process to provided buffer.

Read More

SysProcTerminate

SysProcTerminate Description Terminate the child process

Read More

SysProcWait

SysProcWait Description Block the parent process and wait for provided child process to finish execution.

Read More

SysProcWaitFor

SysProcWaitFor Description Block the parent process and wait for provided child process to finish execution. This will wait for given time, otherwise will continue execution to parent without closing the child process. Parent may then call terminate if they need the process to end.

Read More

SysProcWriteToStdin

SysProcWriteToStdin Description Write given raw data to stdin of child process.

Read More

ALIGN_DOWN

ALIGN_DOWN Description Aligns the given value down to the nearest multiple of alignment.

Read More

ALIGN_DOWN_POW2

ALIGN_DOWN_POW2 Description Aligns the given value down to the nearest power-of-two multiple.

Read More

ALIGN_UP

ALIGN_UP Description Aligns the given value up to the nearest multiple of alignment.

Read More

ALIGN_UP_POW2

ALIGN_UP_POW2 Description Aligns the given value up to the nearest power-of-two multiple.

Read More