Home
last modified time | relevance | path

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

/PHP-7.1/ext/sqlite3/libsqlite/
H A Dsqlite3.c22510 sqlite3_mutex *mutex; in sqlite3_vfs_find() local
23245 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 …]
/PHP-7.1/ext/pcre/pcrelib/doc/
H A Dpcre.txt8554 assign the same stack to all compiled patterns, and use a global mutex

Completed in 464 milliseconds