Home
last modified time | relevance | path

Searched refs:sharedAsyncExecutionMutex (Results 1 – 25 of 28) sorted by relevance

12

/dports/www/firefox-legacy/firefox-52.8.0esr/storage/
H A DmozStorageConnection.cpp506 : sharedAsyncExecutionMutex("Connection::sharedAsyncExecutionMutex") in Connection()
584 MutexAutoLock lockedScope(sharedAsyncExecutionMutex); in getAsyncExecutionTarget()
908 MutexAutoLock lockedScope(sharedAsyncExecutionMutex); in setClosedState()
931 MutexAutoLock lockedScope(sharedAsyncExecutionMutex); in isClosing()
940 MutexAutoLock lockedScope(sharedAsyncExecutionMutex); in isClosed()
967 MutexAutoLock lockedScope(sharedAsyncExecutionMutex); in internalClose()
988 MutexAutoLock lockedScope(sharedAsyncExecutionMutex); in internalClose()
1225 MutexAutoLock lockedScope(sharedAsyncExecutionMutex); in Close()
1329 MutexAutoLock lockedScope(sharedAsyncExecutionMutex); in AsyncClose()
H A DmozStorageConnection.h156 Mutex sharedAsyncExecutionMutex; variable
H A DmozStorageAsyncStatementExecution.cpp93 , mMutex(aConnection->sharedAsyncExecutionMutex)
/dports/lang/spidermonkey60/firefox-60.9.0/storage/
H A DmozStorageConnection.cpp463 : sharedAsyncExecutionMutex("Connection::sharedAsyncExecutionMutex"), in Connection()
782 MutexAutoLock lockedScope(sharedAsyncExecutionMutex); in initializeOnAsyncThread()
794 MutexAutoLock lockedScope(sharedAsyncExecutionMutex); in initializeFailed()
896 MutexAutoLock lockedScope(sharedAsyncExecutionMutex); in setClosedState()
919 MutexAutoLock lockedScope(sharedAsyncExecutionMutex); in isClosing()
924 MutexAutoLock lockedScope(sharedAsyncExecutionMutex); in isClosed()
947 MutexAutoLock lockedScope(sharedAsyncExecutionMutex); in internalClose()
968 MutexAutoLock lockedScope(sharedAsyncExecutionMutex); in internalClose()
H A DmozStorageConnection.h160 Mutex sharedAsyncExecutionMutex; variable
H A DmozStorageAsyncStatementExecution.cpp89 mMutex(aConnection->sharedAsyncExecutionMutex), in AsyncExecuteStatements()
H A DmozStorageService.cpp121 MutexAutoLock lockedAsyncScope(conn->sharedAsyncExecutionMutex); in CollectReports()
/dports/www/firefox/firefox-99.0/storage/
H A DmozStorageConnection.cpp435 : sharedAsyncExecutionMutex("Connection::sharedAsyncExecutionMutex"), in Connection()
916 MutexAutoLock lockedScope(sharedAsyncExecutionMutex); in initializeOnAsyncThread()
928 MutexAutoLock lockedScope(sharedAsyncExecutionMutex); in initializeFailed()
1042 MutexAutoLock lockedScope(sharedAsyncExecutionMutex); in setClosedState()
1090 MutexAutoLock lockedScope(sharedAsyncExecutionMutex); in isClosing()
1095 MutexAutoLock lockedScope(sharedAsyncExecutionMutex); in isClosed()
1118 MutexAutoLock lockedScope(sharedAsyncExecutionMutex); in internalClose()
1139 MutexAutoLock lockedScope(sharedAsyncExecutionMutex); in internalClose()
1763 MutexAutoLock lockedScope(sharedAsyncExecutionMutex); in Interrupt()
H A DmozStorageConnection.h170 Mutex sharedAsyncExecutionMutex; variable
H A DmozStorageAsyncStatementExecution.cpp93 mMutex(aConnection->sharedAsyncExecutionMutex), in AsyncExecuteStatements()
H A DmozStorageService.cpp110 MutexAutoLock lockedAsyncScope(conn->sharedAsyncExecutionMutex); in CollectReports()
H A DmozStorageStatement.cpp344 MutexAutoLock lockedScope(mDBConnection->sharedAsyncExecutionMutex); in internalFinalize()
/dports/lang/spidermonkey78/firefox-78.9.0/storage/
H A DmozStorageConnection.cpp461 : sharedAsyncExecutionMutex("Connection::sharedAsyncExecutionMutex"), in Connection()
804 MutexAutoLock lockedScope(sharedAsyncExecutionMutex); in initializeOnAsyncThread()
816 MutexAutoLock lockedScope(sharedAsyncExecutionMutex); in initializeFailed()
925 MutexAutoLock lockedScope(sharedAsyncExecutionMutex); in setClosedState()
973 MutexAutoLock lockedScope(sharedAsyncExecutionMutex); in isClosing()
978 MutexAutoLock lockedScope(sharedAsyncExecutionMutex); in isClosed()
1001 MutexAutoLock lockedScope(sharedAsyncExecutionMutex); in internalClose()
1022 MutexAutoLock lockedScope(sharedAsyncExecutionMutex); in internalClose()
H A DmozStorageConnection.h168 Mutex sharedAsyncExecutionMutex; variable
H A DmozStorageAsyncStatementExecution.cpp88 mMutex(aConnection->sharedAsyncExecutionMutex), in AsyncExecuteStatements()
H A DmozStorageService.cpp118 MutexAutoLock lockedAsyncScope(conn->sharedAsyncExecutionMutex); in CollectReports()
/dports/www/firefox-esr/firefox-91.8.0/storage/
H A DmozStorageConnection.cpp435 : sharedAsyncExecutionMutex("Connection::sharedAsyncExecutionMutex"), in Connection()
914 MutexAutoLock lockedScope(sharedAsyncExecutionMutex); in initializeOnAsyncThread()
926 MutexAutoLock lockedScope(sharedAsyncExecutionMutex); in initializeFailed()
1040 MutexAutoLock lockedScope(sharedAsyncExecutionMutex); in setClosedState()
1088 MutexAutoLock lockedScope(sharedAsyncExecutionMutex); in isClosing()
1093 MutexAutoLock lockedScope(sharedAsyncExecutionMutex); in isClosed()
1116 MutexAutoLock lockedScope(sharedAsyncExecutionMutex); in internalClose()
1137 MutexAutoLock lockedScope(sharedAsyncExecutionMutex); in internalClose()
H A DmozStorageConnection.h166 Mutex sharedAsyncExecutionMutex; variable
H A DmozStorageAsyncStatementExecution.cpp93 mMutex(aConnection->sharedAsyncExecutionMutex),
H A DmozStorageService.cpp107 MutexAutoLock lockedAsyncScope(conn->sharedAsyncExecutionMutex); in CollectReports()
H A DmozStorageStatement.cpp344 MutexAutoLock lockedScope(mDBConnection->sharedAsyncExecutionMutex); in internalFinalize()
/dports/mail/thunderbird/thunderbird-91.8.0/storage/
H A DmozStorageConnection.cpp435 : sharedAsyncExecutionMutex("Connection::sharedAsyncExecutionMutex"), in Connection()
914 MutexAutoLock lockedScope(sharedAsyncExecutionMutex); in initializeOnAsyncThread()
926 MutexAutoLock lockedScope(sharedAsyncExecutionMutex); in initializeFailed()
1040 MutexAutoLock lockedScope(sharedAsyncExecutionMutex); in setClosedState()
1088 MutexAutoLock lockedScope(sharedAsyncExecutionMutex); in isClosing()
1093 MutexAutoLock lockedScope(sharedAsyncExecutionMutex); in isClosed()
1116 MutexAutoLock lockedScope(sharedAsyncExecutionMutex); in internalClose()
1137 MutexAutoLock lockedScope(sharedAsyncExecutionMutex); in internalClose()
H A DmozStorageConnection.h166 Mutex sharedAsyncExecutionMutex; variable
H A DmozStorageAsyncStatementExecution.cpp93 mMutex(aConnection->sharedAsyncExecutionMutex), in AsyncExecuteStatements()
H A DmozStorageService.cpp107 MutexAutoLock lockedAsyncScope(conn->sharedAsyncExecutionMutex); in CollectReports()

12