aboutsummaryrefslogtreecommitdiff
path: root/src/mutex_os2.c
Commit message (Collapse)AuthorAge
* Reorder function declarations in mutex_os2.c. This is a blind change - wedrh2009-12-01
| | | | | | have no capability of testing on OS/2. Ticket [97214a34d814] FossilOrigin-Name: c40e4ef094bb9d58f14354602785ccc228f8bc2a
* Remove the obsolete "$Id:$" RCS identifier strings from the source code.drh2009-11-10
| | | FossilOrigin-Name: f6c045f649036958078cb15cd9d5453680c82b0c
* fix the compile warnings on OS/2 (CVS 5950)pweilbacher2008-11-22
| | | FossilOrigin-Name: b7d0ec838b806e7b2532bef1d59279c32fb206d3
* Update OS/2 mutex implementation: make methods static and don't use them by ↵pweilbacher2008-06-23
| | | | | the old names any more. Held/Notheld should be debug only. (CVS 5290) FossilOrigin-Name: d92418ca502f5f58dc968668e11c42955a7b1e52
* Shuffle some of the mutex related documentation in sqlite.h.in to match the ↵danielk19772008-06-19
| | | | | new sqlite3_mutex_methods based API. (CVS 5244) FossilOrigin-Name: 9cd7f8669a59c6096331229df2e2ad87e628abab
* fix OS/2 files to compile again (looking at Windows equivalents for ↵pweilbacher2008-06-18
| | | | | guidance) (CVS 5239) FossilOrigin-Name: 8b14a220f261b354e7d2d16dc3fe30c5d3d34143
* 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
* fix broken OS/2 mutex implementation (Ticket #2905) (CVS 4770)pweilbacher2008-02-01
| | | FossilOrigin-Name: 05afd86e2d25a219843be48c21c212e84f94e7ef
* move variable declaration to be able to compile sqlite3_mutex_alloc() with ↵pweilbacher2007-12-30
| | | | | older compilers (like EMX/gcc 2.8.1) (CVS 4646) FossilOrigin-Name: a568a9cf3705f45c4734f212eb359cadd3b0c897
* Use local variables instead of #defines for the mutex name and length in ↵pweilbacher2007-10-02
| | | | | OS/2's sqlite3_mutex_alloc(). (CVS 4453) FossilOrigin-Name: 272959cc91d0c9299d6fca8a962eb563650af87b
* Initial attempt of the new OS/2 mutex implementation. (Compiles and an ↵pweilbacher2007-09-20
| | | | | attempt to create a new table does not crash in mutex_os2 any more.) (CVS 4442) FossilOrigin-Name: aa61b244252399cce3b9c1ece9c6816ae9cb6717
* Break up the mutex implementation into separate source files, onedrh2007-08-28
each for unix, w32, and os2. (CVS 4312) FossilOrigin-Name: fc5cd71aef5ac194f51d73350d773d532020967e