tesseract 4.1.1
|
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. More... | |
static void | ExitThread () |
Signals a thread to exit. More... | |
static void | StartProcess (const char *executable, const char *args) |
Starts a new process. More... | |
The SVSync class provides functionality for Thread & Process Creation.
|
static |
Signals a thread to exit.
Definition at line 105 of file svutil.cpp.
|
static |
Starts a new process.
Definition at line 114 of file svutil.cpp.
|
static |
Create new thread.
Definition at line 81 of file svutil.cpp.