Home
last modified time | relevance | path

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

/dports/devel/py-multiprocess/multiprocess-0.70.12.2/py2.5/Modules/_processing/
H A Dsemaphore.c62 SemLock_acquire(SemLock *self, PyObject *args, PyObject *kwds) in SemLock_acquire() function
250 SemLock_acquire(SemLock *self, PyObject *args, PyObject *kwds) in SemLock_acquire() function
506 {"acquire", (PyCFunction)SemLock_acquire, METH_KEYWORDS,
510 {"__enter__", (PyCFunction)SemLock_acquire, METH_KEYWORDS,