- $ apropos pthread | fgrep sign
- pthread_attr_getsigmask_np (3) - set/get signal mask attribute in thread attributes object
- pthread_attr_setsigmask_np (3) - set/get signal mask attribute in thread attributes object
- pthread_cond_broadcast (3posix) - broadcast or signal a condition
- pthread_cond_signal (3posix) - signal a condition
- pthread_kill (3) - send a signal to a thread
- pthread_kill (3posix) - send a signal to a thread
- pthread_sigmask (3) - examine and change mask of blocked signals
- pthread_sigmask (3posix) - examine and change blocked signals
- pthread_sigqueue (3) - queue a signal and data to a thread
POSIX per thread signal handling
Posted by Anonymous on Tue 24th Aug 2021 14:18
raw | new post
Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.