Home
last modified time | relevance | path

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

/PHP-7.2/ext/sqlite3/libsqlite/
H A Dsqlite3.h7196 #define SQLITE_MUTEX_RECURSIVE 1 macro
H A Dsqlite3.c8235 #define SQLITE_MUTEX_RECURSIVE 1 macro
24973 assert( SQLITE_MUTEX_RECURSIVE<2 ); in checkMutexFree()
25051 assert( pCheck->iType==SQLITE_MUTEX_RECURSIVE ); in sqlite3MutexWarnOnContention()
25318 case SQLITE_MUTEX_RECURSIVE: { in debugMutexAlloc()
25592 case SQLITE_MUTEX_RECURSIVE: { in pthreadMutexAlloc()
25608 p->id = SQLITE_MUTEX_RECURSIVE; in pthreadMutexAlloc()
25778 assert( p->nRef==0 || p->id==SQLITE_MUTEX_RECURSIVE ); in pthreadMutexLeave()
26326 case SQLITE_MUTEX_RECURSIVE: {
26476 assert( p->nRef==0 || p->id==SQLITE_MUTEX_RECURSIVE );
154808 sqlite3MutexAlloc(SQLITE_MUTEX_RECURSIVE);
[all …]

Completed in 533 milliseconds