Searched refs:mutex (Results 1 – 2 of 2) sorted by relevance
22510 sqlite3_mutex *mutex; in sqlite3_vfs_find() local23245 mem.mutex = 0; in sqlite3MemShutdown()24151 mem3.mutex = 0; in memsys3Shutdown()24722 mem5.mutex = 0; in memsys5Init()24772 mem5.mutex = 0; in memsys5Shutdown()24956 if( p->mutex==0 ){ in checkMutexAlloc()24958 if( p->mutex==0 ){ in checkMutexAlloc()26566 return mem0.mutex;44426 if( p->mutex ){ sqlite3_mutex_free(p->mutex); }81447 sqlite3_mutex *mutex = ((Vdbe*)pStmt)->db->mutex;[all …]
8554 assign the same stack to all compiled patterns, and use a global mutex
Completed in 573 milliseconds