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

  /external/python/cpython3/Modules/_multiprocessing/
multiprocessing.h 73 # define F_SEM_HANDLE F_HANDLE
80 # define F_SEM_HANDLE F_POINTER
semaphore.c 477 if (!PyArg_ParseTuple(args, F_SEM_HANDLE "iiz",
  /external/python/cpython2/Modules/_multiprocessing/
multiprocessing.h 97 # define F_SEM_HANDLE F_HANDLE
104 # define F_SEM_HANDLE F_POINTER
semaphore.c 481 if (!PyArg_ParseTuple(args, F_SEM_HANDLE "ii",

Completed in 180 milliseconds