Thanks to visit codestin.com
Credit goes to chromium.googlesource.com
Sign in
chromium
/
external
/
github.com
/
sqlite
/
sqlite
/
HEAD
/
src
/
mutex_noop.c
93de653
Add static mutexes for use by the built-in / third-party VFSs and use the built-in VFS mutex where appropriate.
by mistachkin
· 10 years ago
96c707a
Improvements to SQLITE_ENABLE_API_ARMOR.
by drh
· 10 years ago
d42d0be
Add three new static mutexes for use by the application. This is a partial
by drh
· 11 years ago
e4c88c0
Fix typos and comments and make minor changes to a few function names,
by drh
· 14 years ago
7750ab4
Make walIndexTryHdr() a private function. Fix an issue with SQLITE_MUTEX_NOOP.
by drh
· 15 years ago
ff82894
Suppress various compiler warnings.
by drh
· 15 years ago
558814f
Add some 'const' markers to static data that is really constant.
by dan
· 15 years ago
e874d9e
Change the xShmOpen() method of the VFS to take the database file name as
by drh
· 15 years ago
e404de0
Remove the noop-mutex implementations of mutex_held() and mutex_notheld()
by drh
· 15 years ago
fc34ad2
Get the previous mutex fix working with SQLITE_DEBUG and with the amalgamation.
by drh
· 15 years ago
92d7652
When the in single-threaded mode, the sqlite3_mutex_alloc() interface
by drh
· 15 years ago
c81c11f
Remove the obsolete "$Id:$" RCS identifier strings from the source code.
by drh
· 16 years ago
902b9ee
Fix harmless compiler warnings. Improved comments in the query optimizer. (CVS 5982)
by drh
· 17 years ago
9e885cd
Fix a naming problem when SQLITE_MUTEX_NOOP is used. (CVS 5827)
by drh
· 17 years ago
18472fa
Remove the SQLITE_MUTEX_APPDEF compile-time option. The SQLITE_THREADSAFE=0
by drh
· 17 years ago