Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_multiprocessing/
Dmultiprocessing.h73 # define F_SEM_HANDLE F_HANDLE macro
80 # define F_SEM_HANDLE F_POINTER macro
Dsemaphore.c490 if (!PyArg_ParseTuple(args, F_SEM_HANDLE "iiz", in semlock_rebuild()
/external/python/cpython2/Modules/_multiprocessing/
Dmultiprocessing.h97 # define F_SEM_HANDLE F_HANDLE macro
104 # define F_SEM_HANDLE F_POINTER macro
Dsemaphore.c481 if (!PyArg_ParseTuple(args, F_SEM_HANDLE "ii", in semlock_rebuild()