Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dmutex.h63 #define sqlite3_mutex_notheld(X) ((void)(X),1) macro
H A Dmutex.c355 int sqlite3_mutex_notheld(sqlite3_mutex *p){ in sqlite3_mutex_notheld() function
H A Dtest_quota.c44 #define sqlite3_mutex_notheld(X) ((void)(X),1) macro