Documentation

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

SysSetAbortCallback

SysSetAbortCallback Description Set a custom callback function for SysAbort. If no callback is set, SysAbort will call the standard abort() function.

Read More

test_deadend

test_deadend Description Run a specific test function using setjmp/longjmp to capture aborts. This is used for deadend tests that are expected to call LOG_FATAL.

Read More

TO_BIG_ENDIAN2

TO_BIG_ENDIAN2 Description Conditionally converts value from native byte order to big-endian. On little-endian systems, this inverts the byte order. On big-endian systems, this is a no-op.

Read More

TO_BIG_ENDIAN4

TO_BIG_ENDIAN4 Description Conditionally converts value from native byte order to big-endian. On little-endian systems, this inverts the byte order. On big-endian systems, this is a no-op.

Read More

TO_BIG_ENDIAN8

TO_BIG_ENDIAN8 Description Conditionally converts value from native byte order to big-endian. On little-endian systems, this inverts the byte order. On big-endian systems, this is a no-op.

Read More