Searched refs:sqlite3_threadsafe (Results 1 – 3 of 3) sorted by relevance
548 #define sqlite3_threadsafe sqlite3_api->xthreadsafe macro
223 ** ^The sqlite3_threadsafe() function returns zero if and only if249 ** sqlite3_threadsafe() function shows only the compile-time setting of251 ** sqlite3_config(). In other words, the return value from sqlite3_threadsafe()256 SQLITE_API int sqlite3_threadsafe(void);4524 ** (with [SQLITE_THREADSAFE=0] and with [sqlite3_threadsafe()] returning 0)
536 ** ^The sqlite3_threadsafe() function returns zero if and only if562 ** sqlite3_threadsafe() function shows only the compile-time setting of564 ** sqlite3_config(). In other words, the return value from sqlite3_threadsafe()569 SQLITE_API int sqlite3_threadsafe(void);4837 ** (with [SQLITE_THREADSAFE=0] and with [sqlite3_threadsafe()] returning 0)[all...]