 | | Syntax: To manipulate per-thread signal masks in a Draft 4 implementation, you call the POSIX.1 sigprocmask function. (Draft 4 defined a thread-specific version of this call.) In an implementation that complies with the final standard, you call pthread_sigmask. Note that the final standard leaves the behavior of sigprocmask in a multithreaded program undefined. | |
|