Searched refs:_PyMp_SetError (Results 1 – 3 of 3) sorted by relevance
523 _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()
84 PyObject *_PyMp_SetError(PyObject *Type, int num);
32 _PyMp_SetError(PyObject *Type, int num) in _PyMp_SetError() function