Searched defs:sqlite3_mutex_held (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c17312 #define sqlite3_mutex_held(X) ((void)(X),1) macro
28814 SQLITE_API int sqlite3_mutex_held(sqlite3_mutex *p){ function
[all...]

Completed in 1016 milliseconds