aboutsummaryrefslogtreecommitdiff
path: root/src/mutex_w32.c
Commit message (Collapse)AuthorAge
...
* Progress toward implementation of sqlite3_config() and a rework of thedrh2008-06-13
| | | | | mutex and memory allocation subsystems. This is an incremental check-in. (CVS 5218) FossilOrigin-Name: a03c5af115889f477e17187a198a7d2d40bc76bf
* Changes to delay freeing buffers associated with vdbe memory cells until ↵danielk19772008-03-26
| | | | | either sqlite3_finalize() or sqlite3_release_memory() is called. (CVS 4922) FossilOrigin-Name: 8c2f69521f13bc24cf005520efbe0589eeadd763
* Do not attempt to use TryEnterCriticalSection() under win32. It causesdrh2007-10-05
| | | | | too many compiler problems. Ticket #2685. (CVS 4471) FossilOrigin-Name: f795431c725d88bd4011f20cf63cac630de842f1
* Restore the sqlite3_mutex_try() optimization on winNT systems. (CVS 4402)drh2007-09-05
| | | FossilOrigin-Name: 3aace2fa91e96038f7a32366828ac7520470fa67
* Do not use the TryEnterCriticalSection API on windows since it isdrh2007-09-04
| | | | | unavailable on some platforms. (CVS 4399) FossilOrigin-Name: bf3d67d1bd1c48fff45dc24818b8358f79c9fdef
* Bug fixes in the mutex header file. Tickets #2599 and #2600. (CVS 4335)drh2007-08-30
| | | FossilOrigin-Name: 4bdfe1419c536fec5b3c0a7fbe3d0ff52f183f43
* Break up the mutex implementation into separate source files, onedrh2007-08-28
each for unix, w32, and os2. (CVS 4312) FossilOrigin-Name: fc5cd71aef5ac194f51d73350d773d532020967e