gecko/storage
Shawn Wilsher 11b33f0ab8 Bug 506805 - Remove locking in AsyncExecuteStatements
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
2009-07-29 17:24:50 -07:00
..
build Bug 489661 - Update mozStorageStatementWrapper.* to follow style guidelines 2009-05-08 20:29:56 -04:00
public Bug 506805 - Remove locking in AsyncExecuteStatements 2009-07-29 17:24:50 -07:00
src Bug 506805 - Remove locking in AsyncExecuteStatements 2009-07-29 17:24:50 -07:00
test Bug 506805 - Remove locking in AsyncExecuteStatements 2009-07-29 17:24:50 -07:00
Makefile.in Bug 263381 - "support --with-system-sqlite3 in storage builds" [p=mh+mozilla@glandium.org (Mike Hommey) r=bsmedberg a1.9=beltzner] 2008-02-22 03:25:59 -08:00
style.txt Bug 487871 - Update vim modeline in style doc 2009-04-13 12:29:41 -04:00