Home
last modified time | relevance | path

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

/third_party/python/Python/
H A Dthread_nt.h274 PNRMUTEX aLock; in PyThread_allocate_lock() local
288 PyThread_free_lock(PyThread_type_lock aLock) in PyThread_free_lock() argument
307 PyThread_acquire_lock_timed(PyThread_type_lock aLock, in PyThread_acquire_lock_timed() argument
353 PyThread_acquire_lock(PyThread_type_lock aLock, int waitflag) PyThread_acquire_lock() argument
359 PyThread_release_lock(PyThread_type_lock aLock) PyThread_release_lock() argument
[all...]
/third_party/sqlite/src/
H A Dsqlite3.c41181 int aLock[SQLITE_SHM_NLOCK]; /* # shared locks on slot, -1==excl lock */ global() member
41766 int aLock[SQLITE_SHM_NLOCK]; assertLockingArrayOk() local
41807 int *aLock; unixShmLock() local
63758 u8 aLock[SQLITE_SHM_NLOCK]; /* Reserved space for locks */ global() member
[all...]

Completed in 125 milliseconds