HomeSort by relevance Sort by last modified time
    Searched refs:newsemlockobject (Results 1 - 2 of 2) sorted by null

  /external/python/cpython2/Modules/_multiprocessing/
semaphore.c 409 newsemlockobject(PyTypeObject *type, SEM_HANDLE handle, int kind, int maxvalue) function
462 result = newsemlockobject(type, handle, kind, maxvalue);
485 return newsemlockobject(type, handle, kind, maxvalue);
  /external/python/cpython3/Modules/_multiprocessing/
semaphore.c 404 newsemlockobject(PyTypeObject *type, SEM_HANDLE handle, int kind, int maxvalue, function
456 result = newsemlockobject(type, handle, kind, maxvalue, name_copy);
498 return newsemlockobject(type, handle, kind, maxvalue, name_copy);

Completed in 363 milliseconds