Searched defs:sqlite3_mutex_notheld (Results 1 – 3 of 3) sorted by relevance
63 #define sqlite3_mutex_notheld(X) ((void)(X),1) macro
355 int sqlite3_mutex_notheld(sqlite3_mutex *p){ in sqlite3_mutex_notheld() function
44 #define sqlite3_mutex_notheld(X) ((void)(X),1) macro