Searched refs:py_sem_value_max (Results 1 – 1 of 1) sorted by relevance
283 PyObject *py_sem_value_max; in init_multiprocessing() local287 py_sem_value_max = PyLong_FromLong(INT_MAX); in init_multiprocessing()289 py_sem_value_max = PyLong_FromLong(SEM_VALUE_MAX); in init_multiprocessing()290 if (py_sem_value_max == NULL) in init_multiprocessing()293 py_sem_value_max); in init_multiprocessing()