]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Use the GCC built-in __sync_fetch_and_sub() to make the sqlite3StatusDown()
authordrh <drh@noemail.net>
Tue, 3 Jan 2017 18:05:04 +0000 (18:05 +0000)
committerdrh <drh@noemail.net>
Tue, 3 Jan 2017 18:05:04 +0000 (18:05 +0000)
commiteea46aeafc8ae4ca1f4a86961ac1132cb528a00e
treecf0bc01f2f075b3379dc43fd661f3c1e742b2bed
parent4a47761e0dfa3d62feae632d90c6fb22d1d0df3f
Use the GCC built-in __sync_fetch_and_sub() to make the sqlite3StatusDown()
routine atomic, and thereby avoid some mutexing.

FossilOrigin-Name: f69ce75b3d94331fdbfa2f3a27d61db24c285d2b
manifest
manifest.uuid
src/malloc.c
src/sqliteInt.h
src/status.c