Home
last modified time | relevance | path

Searched refs:sqlite3_mutex_notheld (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d1595 int sqlite3_mutex_notheld(sqlite3_mutex*);
/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.h8174 SQLITE_API int sqlite3_mutex_notheld(sqlite3_mutex*);
H A Dsqlite3.c8487 SQLITE_API int sqlite3_mutex_notheld(sqlite3_mutex*);
17313 #define sqlite3_mutex_notheld(X) ((void)(X),1) macro
28818 SQLITE_API int sqlite3_mutex_notheld(sqlite3_mutex *p){ in sqlite3_mutex_notheld() function
38804 assert( sqlite3_mutex_notheld(unixBigLock) ); /* Not a recursive mutex */
39266 return sqlite3_mutex_notheld(pFile->pInode->pLockMutex);
44130 assert( sqlite3_mutex_notheld(pInode->pLockMutex) );
55143 assert( sqlite3_mutex_notheld(pcache1.grp.mutex) );
56035 assert( sqlite3_mutex_notheld(pcache1.grp.mutex) );
56036 assert( sqlite3_mutex_notheld(pcache1.mutex) );
69900 assert( sqlite3_mutex_notheld(p->pBt->mutex) );
[all …]