Home
last modified time | relevance | path

Searched refs:_PyMp_SetError (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Modules/_multiprocessing/
Dsemaphore.c523 _PyMp_SetError(NULL, MP_STANDARD_ERROR); in _multiprocessing_SemLock_impl()
620 return _PyMp_SetError(NULL, MP_STANDARD_ERROR); in _multiprocessing_SemLock__get_value_impl()
643 return _PyMp_SetError(NULL, MP_STANDARD_ERROR); in _multiprocessing_SemLock__is_zero_impl()
646 return _PyMp_SetError(NULL, MP_STANDARD_ERROR); in _multiprocessing_SemLock__is_zero_impl()
652 return _PyMp_SetError(NULL, MP_STANDARD_ERROR); in _multiprocessing_SemLock__is_zero_impl()
791 _PyMp_SetError(NULL, MP_STANDARD_ERROR); in _PyMp_sem_unlink()
Dmultiprocessing.h84 PyObject *_PyMp_SetError(PyObject *Type, int num);
Dmultiprocessing.c32 _PyMp_SetError(PyObject *Type, int num) in _PyMp_SetError() function