Searched refs:staticMutexes (Results 1 – 2 of 2) sorted by relevance
17244 static sqlite3_mutex staticMutexes[6] = { in os2MutexAlloc() local17267 for( i = 0; i < sizeof(staticMutexes)/sizeof(staticMutexes[0]); i++ ){ in os2MutexAlloc()17268 DosCreateMutexSem( 0, &staticMutexes[i].mutex, 0, FALSE ); in os2MutexAlloc()17281 assert( iType-2 < sizeof(staticMutexes)/sizeof(staticMutexes[0]) ); in os2MutexAlloc()17282 p = &staticMutexes[iType-2]; in os2MutexAlloc()17540 static sqlite3_mutex staticMutexes[] = { in pthreadMutexAlloc() local17583 assert( iType-2 < ArraySize(staticMutexes) ); in pthreadMutexAlloc()17584 p = &staticMutexes[iType-2]; in pthreadMutexAlloc()
25682 static CheckMutex staticMutexes[] = { in checkMutexAlloc() local25696 if( iType-2>=ArraySize(staticMutexes) ){ in checkMutexAlloc()25701 p = &staticMutexes[iType-2]; in checkMutexAlloc()26325 static sqlite3_mutex staticMutexes[] = { in pthreadMutexAlloc() local26374 if( iType-2<0 || iType-2>=ArraySize(staticMutexes) ){ in pthreadMutexAlloc()26379 p = &staticMutexes[iType-2]; in pthreadMutexAlloc()