The SVSync class provides functionality for Thread & Process Creation.
More...
#include <svutil.h>
The SVSync class provides functionality for Thread & Process Creation.
◆ ExitThread()
void SVSync::ExitThread |
( |
| ) |
|
|
static |
Signals a thread to exit.
◆ StartProcess()
void SVSync::StartProcess |
( |
const char * |
executable, |
|
|
const char * |
args |
|
) |
| |
|
static |
◆ StartThread()
void SVSync::StartThread |
( |
void *(*)(void *) |
func, |
|
|
void * |
arg |
|
) |
| |
|
static |
The documentation for this class was generated from the following files:
- /home/stephane/src/tesseract/src/viewer/svutil.h
- /home/stephane/src/tesseract/src/viewer/svutil.cpp