Lines Matching defs:sqlite3_threadsafe
729 ** ^The sqlite3_threadsafe() function returns zero if and only if
755 ** sqlite3_threadsafe() function shows only the compile-time setting of
757 ** sqlite3_config(). In other words, the return value from sqlite3_threadsafe()
762 SQLITE_API int sqlite3_threadsafe(void);
3614 ** (with [SQLITE_THREADSAFE=0] and with [sqlite3_threadsafe()] returning 0)
91416 #define sqlite3_threadsafe sqlite3_api->xthreadsafe
91762 sqlite3_threadsafe,
112524 /* IMPLEMENTATION-OF: R-20790-14025 The sqlite3_threadsafe() function returns
112528 SQLITE_API int sqlite3_threadsafe(void){ return SQLITE_THREADSAFE; }