Zth (libzth)
|
#include <libzth/worker.h>
#include <libzth/async.h>
#include <csignal>
#include <vector>
#include <sys/types.h>
#include <sys/wait.h>
#include <unistd.h>
Go to the source code of this file.
Namespaces | |
zth | |
Functions | |
void | zth::worker_global_init () |
int | zth::startWorkerThread (void(*f)(), size_t stack, char const *name) |
Start a new thread, create a Worker, with one fiber, which executes f . More... | |
int | zth::execlp (char const *file, char const *arg,...) |
Start an external program. More... | |
int | zth::execvp (char const *file, char *const arg[]) |
Start an external program. More... | |
void | zth::sigchld_check () |