Thanks to visit codestin.com
Credit goes to chromium.googlesource.com
Sign in
chromium
/
external
/
github.com
/
sqlite
/
sqlite
/
HEAD
/
src
/
mutex.h
e2b7a76
Disable sqlite3_drop_module() tests when virtual tables are omitted from
by drh
· 6 years ago
0e8729d
Attempt to declare sqlite3MemoryBarrier() correctly for all possible
by drh
· 10 years ago
6081c1d
Add a memory barrier to the mutex initialization logic, try to work around
by drh
· 10 years ago
60ec914
Fix typos in comments. No code changes.
by peter.d.reid
· 11 years ago
83905c9
Remove support for OS/2 from the source tree.
by drh
· 13 years ago
30ddce6
Added the tool/warnings-clang.sh script. Changes so that there are no
by drh
· 14 years ago
bd2aaf9
Fix some compiler warnings under MSVC.
by shaneh
· 15 years ago
c81c11f
Remove the obsolete "$Id:$" RCS identifier strings from the source code.
by drh
· 16 years ago
1cf021e
Change a couple of comments to use "SQLITE_MUTEX_OMIT" instead of OMIT_MUTEX.
by dan
· 16 years ago
18472fa
Remove the SQLITE_MUTEX_APPDEF compile-time option. The SQLITE_THREADSAFE=0
by drh
· 17 years ago
29bafea
Change the OS_XXX pre-processor symbols to SQLITE_OS_XXX. Symbols "OS_UNIX", "OS_WIN", "OS_WINCE", "OS_OS2" and "OS_OTHER" are now "SQLITE_OS_UNIX", "SQLITE_OS_WIN", "SQLITE_OS_WINCE", "SQLITE_OS_OS2" and "SQLITE_OS_OTHER", respectively. (CVS 5311)
by danielk1977
· 17 years ago
8c4d6b9
Fix a bug in the noop-mutex implementation. (CVS 5242)
by drh
· 17 years ago
65bbf29
Bug fixes: Plug a memory leak introduced by the previous check-in. Get
by drh
· 17 years ago
d025174
Remove public APIs sqlite3_mutex_init() and sqlite3_mutex_end(). This commit only changes the code, documentation is not updated yet. (CVS 5238)
by danielk1977
· 17 years ago
e5ae573
Continuing work on the new memory allocation subsystem.
by drh
· 17 years ago
40257ff
Progress toward implementation of sqlite3_config() and a rework of the
by drh
· 17 years ago
c7ce76a
Bug fixes in the mutex header file. Tickets #2599 and #2600. (CVS 4335)
by drh
· 18 years ago
437b901
Break up the mutex implementation into separate source files, one
by drh
· 18 years ago