Zth (libzth)
sigaltstack.h File Reference
#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()
 

Macro Definition Documentation

◆ pthread_kill

#define pthread_kill (   ...)    kill(__VA_ARGS__)

Definition at line 33 of file sigaltstack.h.

◆ pthread_self

#define pthread_self ( )    getpid()

Definition at line 34 of file sigaltstack.h.

◆ pthread_sigmask

#define pthread_sigmask (   ...)    sigprocmask(__VA_ARGS__)

Definition at line 32 of file sigaltstack.h.

◆ pthread_yield_np

#define pthread_yield_np ( )    sched_yield()

Definition at line 35 of file sigaltstack.h.