Windows等同于pthread_sigmask()

liv*_*hak 5 linux windows posix signals pthreads

我正在为可在Linux和Windows中使用的pthread函数实现包装器。

在Linux中,函数pthread_sigmask()允许用户BLOCKUNBLOCK发出线程可以接收的信号。

pthread_sigmask

我无法在Windows中找到等效功能,如果有人可以将我指向等效Windows功能会很棒。