Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/bsddb/test/
Dtest_lock.py149 def theThread(self, lockType): argument
156 if lockType == db.DB_LOCK_WRITE:
166 lock = self.env.lock_get(anID, "some locked thing", lockType)
/external/pdfium/fxjs/xfa/
Dcjx_recordset.h23 JS_PROP(lockType);
Dcjx_recordset.cpp41 void CJX_RecordSet::lockType(CFXJSE_Value* pValue, in lockType() function in CJX_RecordSet
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowWifiManager.java160 protected WifiManager.WifiLock createWifiLock(int lockType, String tag) { in createWifiLock() argument
/external/pdfium/xfa/fxfa/parser/
Dxfa_basic_data_element_script.cpp511 {0x79975f2b, L"lockType", (XFA_ATTRIBUTE_CALLBACK)&CJX_RecordSet::lockType,
/external/sqlite/dist/orig/
Dsqlite3.c20917 SQLITE_PRIVATE int sqlite3OsLock(sqlite3_file *id, int lockType){ in sqlite3OsLock() argument
20919 return id->pMethods->xLock(id, lockType); in sqlite3OsLock()
20921 SQLITE_PRIVATE int sqlite3OsUnlock(sqlite3_file *id, int lockType){ in sqlite3OsUnlock() argument
20922 return id->pMethods->xUnlock(id, lockType); in sqlite3OsUnlock()
34902 int lockType, /* F_UNLCK, F_RDLCK, or F_WRLCK */
34915 assert( n==1 || lockType!=F_RDLCK );
34923 f.l_type = lockType;
34938 if( lockType==F_UNLCK ){
34942 }else if( lockType==F_RDLCK ){
34947 assert( lockType==F_WRLCK );
[all …]
/external/sqlite/dist/
Dsqlite3.c20917 SQLITE_PRIVATE int sqlite3OsLock(sqlite3_file *id, int lockType){ in sqlite3OsLock() argument
20919 return id->pMethods->xLock(id, lockType); in sqlite3OsLock()
20921 SQLITE_PRIVATE int sqlite3OsUnlock(sqlite3_file *id, int lockType){ in sqlite3OsUnlock() argument
20922 return id->pMethods->xUnlock(id, lockType); in sqlite3OsUnlock()
34918 int lockType, /* F_UNLCK, F_RDLCK, or F_WRLCK */
34931 assert( n==1 || lockType!=F_RDLCK );
34939 f.l_type = lockType;
34954 if( lockType==F_UNLCK ){
34958 }else if( lockType==F_RDLCK ){
34963 assert( lockType==F_WRLCK );
[all …]