Searched defs:maxvalue (Results 1 - 1 of 1) sorted by relevance

/external/python/cpython2/Modules/_multiprocessing/
H A Dsemaphore.c18 int maxvalue; member in struct:__anon17536
359 /* We will only check properly the maxvalue == 1 case */
360 if (self->maxvalue == 1) {
384 does not rise above maxvalue. */
387 } else if (sval >= self->maxvalue) {
409 newsemlockobject(PyTypeObject *type, SEM_HANDLE handle, int kind, int maxvalue) argument
420 self->maxvalue = maxvalue;
429 int kind, maxvalue, value; local
431 static char *kwlist[] = {"kind", "value", "maxvalue", NUL
479 int kind, maxvalue; local
[all...]

Completed in 1265 milliseconds