Home
last modified time | relevance | path

Searched refs:mainmtx (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/src/
H A Dtest_sqllog.c470 sqlite3_mutex *mainmtx = sqlite3_mutex_alloc(SQLITE_MUTEX_STATIC_MAIN); in testSqllog() local
477 sqlite3_mutex_enter(mainmtx); in testSqllog()
481 sqlite3_mutex_leave(mainmtx); in testSqllog()
486 sqlite3_mutex_enter(mainmtx); in testSqllog()
491 sqlite3_mutex_leave(mainmtx); in testSqllog()
510 sqlite3_mutex_enter(mainmtx); in testSqllog()
527 sqlite3_mutex_leave(mainmtx); in testSqllog()