Searched defs:sqlite3_mutex_notheld (Results 1 – 1 of 1) sorted by relevance
17363 #define sqlite3_mutex_notheld(X) ((void)(X),1) macro29097 SQLITE_API int sqlite3_mutex_notheld(sqlite3_mutex *p){ in sqlite3_mutex_notheld() function