Home
last modified time | relevance | path

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

/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.h6246 SQLITE_API int SQLITE_STDCALL sqlite3_mutex_notheld(sqlite3_mutex*);
H A Dsqlite3.c6453 SQLITE_API int SQLITE_STDCALL sqlite3_mutex_notheld(sqlite3_mutex*);
10843 #define sqlite3_mutex_notheld(X) ((void)(X),1) macro
19254 SQLITE_API int SQLITE_STDCALL sqlite3_mutex_notheld(sqlite3_mutex *p){ in sqlite3_mutex_notheld() function
20900 assert( sqlite3_mutex_notheld(mem0.mutex) );
40122 assert( sqlite3_mutex_notheld(pcache1.grp.mutex) );
40935 assert( sqlite3_mutex_notheld(pcache1.grp.mutex) );
40936 assert( sqlite3_mutex_notheld(pcache1.mutex) );
52777 assert( sqlite3_mutex_notheld(p->pBt->mutex) );
55240 assert( sqlite3_mutex_notheld(pBt->mutex) );

Completed in 617 milliseconds