mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 06:35:42 +00:00
c2ac8daba2
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 |
||
---|---|---|
.. | ||
build | ||
public | ||
src | ||
test | ||
Makefile.in | ||
style.txt |