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 |
||
---|---|---|
.. | ||
unit | ||
Makefile.in | ||
storage_test_harness_tail.h | ||
storage_test_harness.h | ||
test_deadlock_detector.cpp | ||
test_mutex.cpp | ||
test_statement_scoper.cpp | ||
test_transaction_helper.cpp |