Home
last modified time | relevance | path

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

/PHP-5.3/sapi/roxen/
H A DTODO8 - Recursive mutex lock problem:
12 Recursive mutex locks!
/PHP-5.3/sapi/caudium/
H A DTODO26 ? Recursive mutex lock problem:
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c15086 mem.mutex = 0; in sqlite3MemShutdown()
15991 mem3.mutex = 0; in memsys3Shutdown()
16566 mem5.mutex = 0; in memsys5Init()
16616 mem5.mutex = 0; in memsys5Shutdown()
17169 HMTX mutex; in os2MutexAlloc() local
17175 mutex = 0; in os2MutexAlloc()
28145 if( p->mutex ) sqlite3_mutex_free(p->mutex);
32935 if( p->mutex ) sqlite3_mutex_free(p->mutex);
56235 mutex = p->pSrcDb->mutex;
60873 mutex = v->db->mutex;
[all …]
/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dos.c1704 static pthread_mutex_t mutex = PTHREAD_MUTEX_INITIALIZER; variable
1723 pthread_mutex_lock(&mutex);
1758 pthread_mutex_unlock(&mutex);
/PHP-5.3/ext/pcre/pcrelib/doc/
H A Dpcre.txt8050 assign the same stack to all compiled patterns, and use a global mutex

Completed in 327 milliseconds