Searched defs:aLock (Results 1 – 2 of 2) sorted by relevance
274 PNRMUTEX aLock; in PyThread_allocate_lock() local288 PyThread_free_lock(PyThread_type_lock aLock) in PyThread_free_lock()307 PyThread_acquire_lock_timed(PyThread_type_lock aLock, in PyThread_acquire_lock_timed()353 PyThread_acquire_lock(PyThread_type_lock aLock, int waitflag) in PyThread_acquire_lock()359 PyThread_release_lock(PyThread_type_lock aLock) in PyThread_release_lock()
172267 explicit BaseAutoLock(T& aLock ) in BaseAutoLock()172297 explicit BaseAutoUnlock(T& aLock ) in BaseAutoUnlock()