mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
11b33f0ab8
This removes the use of the shared mutex in AsyncExecuteStatements. We now rely on PR_AtomicSet and the volatile keyword. This results in zero lock contention between the calling thread and the background thread if cancel is ever called. r=asuth r=bent sr=vlad |
||
---|---|---|
.. | ||
Makefile.in | ||
mozIStorageAggregateFunction.idl | ||
mozIStorageBindingParams.idl | ||
mozIStorageBindingParamsArray.idl | ||
mozIStorageConnection.idl | ||
mozIStorageError.idl | ||
mozIStorageFunction.idl | ||
mozIStoragePendingStatement.idl | ||
mozIStorageProgressHandler.idl | ||
mozIStorageResultSet.idl | ||
mozIStorageRow.idl | ||
mozIStorageService.idl | ||
mozIStorageStatement.idl | ||
mozIStorageStatementCallback.idl | ||
mozIStorageStatementWrapper.idl | ||
mozIStorageValueArray.idl | ||
mozStorage.h | ||
mozStorageHelper.h | ||
storage.h |