Home
last modified time | relevance | path

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

/sqlite-3.40.0/test/
H A Dthreadtest4.c416 if( !sqlite3_threadsafe() ){ in main()
/sqlite-3.40.0/src/
H A Dloadext.c326 sqlite3_threadsafe,
H A Dtest_config.c658 assert( sqlite3_threadsafe()==SQLITE_THREADSAFE ); in set_options()
H A Dsqlite3ext.h541 #define sqlite3_threadsafe sqlite3_api->xthreadsafe macro
H A Dmain.c127 int sqlite3_threadsafe(void){ return SQLITE_THREADSAFE; } in sqlite3_threadsafe() function
H A Dtest1.c145 if( sqlite3_threadsafe()==0 && rc!=SQLITE_MISUSE && rc!=SQLITE_OK in sqlite3TestErrCode()
H A Dsqlite.h.in223 ** ^The sqlite3_threadsafe() function returns zero if and only if
249 ** sqlite3_threadsafe() function shows only the compile-time setting of
251 ** sqlite3_config(). In other words, the return value from sqlite3_threadsafe()
256 int sqlite3_threadsafe(void);
4382 ** (with [SQLITE_THREADSAFE=0] and with [sqlite3_threadsafe()] returning 0)