HomeSort by relevance Sort by last modified time
    Searched defs:asyncLock (Results 1 - 2 of 2) sorted by null

  /frameworks/rs/
rsObjectBase.cpp 58 asyncLock();
99 asyncLock();
168 void ObjectBase::asyncLock() {
177 asyncLock();
258 asyncLock();
272 asyncLock();
  /external/chromium_org/third_party/sqlite/src/ext/async/
sqlite3async.c 41 typedef struct AsyncLock AsyncLock;
70 ** * The async.pLock list and all AsyncLock and AsyncFileLock
118 ** asyncLock, asyncUnlock, asyncCheckReservedLock
388 AsyncLock *pLock; /* Linked list of all AsyncLock structures */
470 ** AsyncLock.pList points to the head of a linked list of AsyncFileLock
475 ** false, variables AsyncLock.pFile and AsyncLock.eLock are never used.
480 ** See comments above the asyncLock() function for more details on
    [all...]

Completed in 59 milliseconds