Rizin
unix-like reverse engineering framework and cli tools
|
Some threading related helper macros and functions. More...
Go to the source code of this file.
Macros | |
#define | mythread_once(func) |
Functions | |
static void | mythread_sigmask (int how, const sigset_t *restrict set, sigset_t *restrict oset) |
Some threading related helper macros and functions.
Definition in file mythread.h.
#define mythread_once | ( | func | ) |
Definition at line 72 of file mythread.h.
|
inlinestatic |
Definition at line 87 of file mythread.h.
References assert().
Referenced by signals_block(), and signals_unblock().