Tesseract 3.01
|
The SVSync class provides functionality for Thread & Process Creation. More...
#include <svutil.h>
Static Public Member Functions | |
static void | StartThread (void *(*func)(void *), void *arg) |
Create new thread. | |
static void | ExitThread () |
Signals a thread to exit. | |
static void | StartProcess (const char *executable, const char *args) |
Starts a new process. |
The SVSync class provides functionality for Thread & Process Creation.
void SVSync::ExitThread | ( | ) | [static] |
Signals a thread to exit.
void SVSync::StartProcess | ( | const char * | executable, |
const char * | args | ||
) | [static] |
Starts a new process.
void SVSync::StartThread | ( | void *(*)(void *) | func, |
void * | arg | ||
) | [static] |
Create new thread.