Home
last modified time | relevance | path

Searched defs:aLock (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Python/
Dthread_nt.h277 PNRMUTEX aLock; in PyThread_allocate_lock() local
291 PyThread_free_lock(PyThread_type_lock aLock) in PyThread_free_lock()
305 PyThread_acquire_lock_timed(PyThread_type_lock aLock, in PyThread_acquire_lock_timed()
342 PyThread_acquire_lock(PyThread_type_lock aLock, int waitflag) in PyThread_acquire_lock()
348 PyThread_release_lock(PyThread_type_lock aLock) in PyThread_release_lock()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp172267 explicit BaseAutoLock(T& aLock ) in BaseAutoLock()
172297 explicit BaseAutoUnlock(T& aLock ) in BaseAutoUnlock()