Searched refs:os2MutexNotheld (Results 1 – 1 of 1) sorted by relevance
17324 static int os2MutexNotheld(sqlite3_mutex *p){ in os2MutexNotheld() function17356 assert( p->id==SQLITE_MUTEX_RECURSIVE || os2MutexNotheld(p) ); in os2MutexEnter()17364 assert( p->id==SQLITE_MUTEX_RECURSIVE || os2MutexNotheld(p) ); in os2MutexTry()17399 os2MutexNotheld in sqlite3DefaultMutex()