Home
last modified time | relevance | path

Searched refs:sqlite3_threadsafe (Results 1 - 4 of 4) sorted by relevance

/third_party/python/Modules/_sqlite/
H A Dmodule.c548 int mode = sqlite3_threadsafe(); in get_threadsafety()
/third_party/sqlite/include/
H A Dsqlite3ext.h547 #define sqlite3_threadsafe sqlite3_api->xthreadsafe macro
H A Dsqlite3.h223 ** ^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 SQLITE_API int sqlite3_threadsafe(void);
4396 ** (with [SQLITE_THREADSAFE=0] and with [sqlite3_threadsafe()] returning 0)
/third_party/sqlite/src/
H A Dsqlite3.c533 ** ^The sqlite3_threadsafe() function returns zero if and only if
559 ** sqlite3_threadsafe() function shows only the compile-time setting of
561 ** sqlite3_config(). In other words, the return value from sqlite3_threadsafe()
566 SQLITE_API int sqlite3_threadsafe(void);
4702 ** (with [SQLITE_THREADSAFE=0] and with [sqlite3_threadsafe()] returning 0)
132470 #define sqlite3_threadsafe global() macro
173534 SQLITE_API int sqlite3_threadsafe(void){ return SQLITE_THREADSAFE; } global() function
[all...]

Completed in 153 milliseconds