Searched refs:handleNFSUnlock (Results 1 - 4 of 4) sorted by relevance
/external/chromium_org/third_party/sqlite/src/src/ |
H A D | os_unix.c | 1543 ** If handleNFSUnlock is true, then on downgrading an EXCLUSIVE_LOCK to SHARED 1549 static int posixUnlock(sqlite3_file *id, int eFileLock, int handleNFSUnlock){ argument 1604 (void)handleNFSUnlock; 1605 assert( handleNFSUnlock==0 ); 1608 if( handleNFSUnlock ){
|
/external/chromium_org/third_party/sqlite/amalgamation/ |
H A D | sqlite3.c | 25699 ** If handleNFSUnlock is true, then on downgrading an EXCLUSIVE_LOCK to SHARED 25705 static int posixUnlock(sqlite3_file *id, int eFileLock, int handleNFSUnlock){ argument 25760 (void)handleNFSUnlock; 25761 assert( handleNFSUnlock==0 ); 25764 if( handleNFSUnlock ){ [all...] |
/external/sqlite/dist/orig/ |
H A D | sqlite3.c | 26624 ** If handleNFSUnlock is true, then on downgrading an EXCLUSIVE_LOCK to SHARED 26630 static int posixUnlock(sqlite3_file *id, int eFileLock, int handleNFSUnlock){ argument 26675 (void)handleNFSUnlock; 26676 assert( handleNFSUnlock==0 ); 26679 if( handleNFSUnlock ){ [all...] |
/external/sqlite/dist/ |
H A D | sqlite3.c | 26642 ** If handleNFSUnlock is true, then on downgrading an EXCLUSIVE_LOCK to SHARED 26648 static int posixUnlock(sqlite3_file *id, int eFileLock, int handleNFSUnlock){ argument 26693 (void)handleNFSUnlock; 26694 assert( handleNFSUnlock==0 ); 26697 if( handleNFSUnlock ){ [all...] |
Completed in 569 milliseconds