Zth (libzth)
|
#include <csetjmp>
#include <csignal>
#include <sys/types.h>
Go to the source code of this file.
Classes | |
class | zth::Context |
Namespaces | |
zth | |
zth::impl | |
Macros | |
#define | pthread_sigmask(...) sigprocmask(__VA_ARGS__) |
#define | pthread_kill(...) kill(__VA_ARGS__) |
#define | pthread_self() getpid() |
#define | pthread_yield_np() sched_yield() |
#define pthread_kill | ( | ... | ) | kill(__VA_ARGS__) |
Definition at line 33 of file sigaltstack.h.
#define pthread_self | ( | ) | getpid() |
Definition at line 34 of file sigaltstack.h.
#define pthread_sigmask | ( | ... | ) | sigprocmask(__VA_ARGS__) |
Definition at line 32 of file sigaltstack.h.
#define pthread_yield_np | ( | ) | sched_yield() |
Definition at line 35 of file sigaltstack.h.