Home
last modified time | relevance | path

Searched refs:signal_pthread_sigmask_impl (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Modules/clinic/
Dsignalmodule.c.h369 signal_pthread_sigmask_impl(PyObject *module, int how, sigset_t mask);
388 return_value = signal_pthread_sigmask_impl(module, how, mask); in signal_pthread_sigmask()
/third_party/python/Modules/
Dsignalmodule.c986 signal_pthread_sigmask_impl(PyObject *module, int how, sigset_t mask) function