Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/sqlite3/
H A Dsqlite3.h8213 #define SQLITE_MUTEX_RECURSIVE 1 macro
H A Dsqlite3.c8526 #define SQLITE_MUTEX_RECURSIVE 1 macro
28874 assert( SQLITE_MUTEX_RECURSIVE<2 ); in checkMutexFree()
28952 assert( pCheck->iType==SQLITE_MUTEX_RECURSIVE ); in sqlite3MutexWarnOnContention()
29220 case SQLITE_MUTEX_RECURSIVE: { in debugMutexAlloc()
29494 case SQLITE_MUTEX_RECURSIVE: { in pthreadMutexAlloc()
29510 p->id = SQLITE_MUTEX_RECURSIVE; in pthreadMutexAlloc()
29680 assert( p->nRef==0 || p->id==SQLITE_MUTEX_RECURSIVE ); in pthreadMutexLeave()
30030 case SQLITE_MUTEX_RECURSIVE: { in winMutexAlloc()
30180 assert( p->nRef==0 || p->id==SQLITE_MUTEX_RECURSIVE ); in winMutexLeave()
180030 sqlite3MutexAlloc(SQLITE_MUTEX_RECURSIVE);
[all …]