]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Modify the sqlite3OsInMutex os-layer interface to take a single parameter
authordrh <drh@noemail.net>
Wed, 18 Jan 2006 17:25:45 +0000 (17:25 +0000)
committerdrh <drh@noemail.net>
Wed, 18 Jan 2006 17:25:45 +0000 (17:25 +0000)
commit757b04ed3674096db85a01b248216e0434bf9e9a
treeba279732246db4743dba7911b5dcc4dc653f5459
parent9e12800dec214b7ce95e5d4a16a66e37e65776be
Modify the sqlite3OsInMutex os-layer interface to take a single parameter
to distinguish between mutexes held by the current thread and mutexes held
by any thread.  Part of the fix for ticket #1630. (CVS 2973)

FossilOrigin-Name: e1ad9df1cf46287f2a7789275e98d28e05880e17
manifest
manifest.uuid
src/os.h
src/os_unix.c
src/os_win.c
src/pager.c
src/util.c