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

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

Completed in 807 milliseconds