Home
last modified time | relevance | path

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

/third_party/python/Modules/_multiprocessing/
Dmultiprocessing.c198 PyObject *py_sem_value_max; in multiprocessing_exec() local
205 py_sem_value_max = PyLong_FromLong(INT_MAX); in multiprocessing_exec()
207 py_sem_value_max = PyLong_FromLong(SEM_VALUE_MAX); in multiprocessing_exec()
209 if (py_sem_value_max == NULL) { in multiprocessing_exec()
213 py_sem_value_max) < 0) { in multiprocessing_exec()
214 Py_DECREF(py_sem_value_max); in multiprocessing_exec()
217 Py_DECREF(py_sem_value_max); in multiprocessing_exec()