Name
sqlite3_threadsafe() — Test if SQLite is thread-safe
Definition
int sqlite3_threadsafe( );
- Returns
The compile-time value of
SQLITE_THREADSAFE.
Description
This function returns the compile time value of SQLITE_THREADSAFE. A value of
zero indicates that no thread support is available. Any other
value indicates some level of thread support is available. If
the result is nonzero, the specific threading mode can be set
for the whole library using sqlite3_config(), or for a specific database
connection using sqlite3_open_v2().
See Also
sqlite3_config(), sqlite3_open_v2(), SQLITE_THREADSAFE [Build Opt, Ap A]
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access