|
Tesseract
3.02
|
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.
|
static |
Signals a thread to exit.
Definition at line 66 of file svutil.cpp.
|
static |
Starts a new process.
Definition at line 75 of file svutil.cpp.
|
static |
Create new thread.
Definition at line 175 of file svutil.cpp.