OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sqlite3_threadsafe
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/public-domain/sqlite/dist/
sqlite3ext.h
558
#define
sqlite3_threadsafe
sqlite3_api->xthreadsafe
macro
sqlite3.c
547
** ^The
sqlite3_threadsafe
() function returns zero if and only if
573
**
sqlite3_threadsafe
() function shows only the compile-time setting of
575
** sqlite3_config(). In other words, the return value from
sqlite3_threadsafe
()
580
SQLITE_API int
sqlite3_threadsafe
(void);
5144
** (with [SQLITE_THREADSAFE=0] and with [
sqlite3_threadsafe
()] returning 0)
142778
#define
sqlite3_threadsafe
macro
187219
SQLITE_API int
sqlite3_threadsafe
(void){ return SQLITE_THREADSAFE; }
function
[
all
...]
Completed in 134 milliseconds
Indexes created Fri Aug 14 00:25:39 UTC 2026