Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dtest_mutex.c46 static struct test_mutex_globals { struct
47 int isInstalled; /* True if installed */
48 int disableInit; /* True to cause sqlite3_initalize() to fail */
49 int disableTry; /* True to force sqlite3_mutex_try() to fail */
50 int isInit; /* True if initialized */
51 sqlite3_mutex_methods m; /* Interface to "real" mutex system */
52 int aCounter[MAX_MUTEXES]; /* Number of grabs of each type of mutex */
53 sqlite3_mutex aStatic[STATIC_MUTEXES]; /* The static mutexes */