HomeSort by: relevance | last modified time | path
    Searched defs:mythread_sigmask (Results 1 - 1 of 1) sorted by relevancy

  /src/external/public-domain/xz/dist/src/common/
mythread.h 87 mythread_sigmask(int how, const sigset_t *restrict set, function
165 mythread_sigmask(int how, const sigset_t *restrict set, function
189 mythread_sigmask(SIG_SETMASK, &all, &old);
191 mythread_sigmask(SIG_SETMASK, &old, NULL);
409 // mythread_sigmask() isn't available on Windows. Even a dummy version would

Completed in 16 milliseconds