Searched refs:sqlite3_threadsafe (Results 1 – 6 of 6) sorted by relevance
364 #define sqlite3_threadsafe sqlite3_api->xthreadsafe macro
159 int sqlite3_threadsafe(void);
212 SQLITE_API int sqlite3_threadsafe(void);
179 ** ^The sqlite3_threadsafe() function returns zero if and only if205 ** sqlite3_threadsafe() function shows only the compile-time setting of207 ** sqlite3_config(). In other words, the return value from sqlite3_threadsafe()212 SQLITE_API int sqlite3_threadsafe(void);2683 ** (with [SQLITE_THREADSAFE=0] and with [sqlite3_threadsafe()] returning 0)
759 SQLITE_API int sqlite3_threadsafe(void);84810 #define sqlite3_threadsafe sqlite3_api->xthreadsafe85144 sqlite3_threadsafe,104870 SQLITE_API int sqlite3_threadsafe(void){ return SQLITE_THREADSAFE; }
722 ** ^The sqlite3_threadsafe() function returns zero if and only if748 ** sqlite3_threadsafe() function shows only the compile-time setting of750 ** sqlite3_config(). In other words, the return value from sqlite3_threadsafe()755 SQLITE_API int sqlite3_threadsafe(void);3226 ** (with [SQLITE_THREADSAFE=0] and with [sqlite3_threadsafe()] returning 0)84803 #define sqlite3_threadsafe sqlite3_api->xthreadsafe85137 sqlite3_threadsafe,104859 /* IMPLEMENTATION-OF: R-54823-41343 The sqlite3_threadsafe() function returns104863 SQLITE_API int sqlite3_threadsafe(void){ return SQLITE_THREADSAFE; }