aboutsummaryrefslogtreecommitdiff
path: root/src/test_mutex.c
Commit message (Collapse)AuthorAge
* Cygwin-centric fixes from Jan Nijtmans.stephan2025-03-06
| | | FossilOrigin-Name: 205979813c7300debb5f1ba270583ef2f08e069d6d01865b5910702889a5c1ed
* First attempt at getting the build to work with Tcl 9.0.drh2024-07-30
| | | FossilOrigin-Name: 6e5bb48a74d63fb8c30528f0005d1763cd2dbb882abf86baf1565721e6bfcf84
* Fix straggler misspellings and tidy the custom dictionary. Also include ↵larrybr2023-06-07
| | | | | pickups from [forum:/info/c61fb09afd|forum post c61fb09afd]. FossilOrigin-Name: 8c291d99946eb32b20b743921202f9c7cfb716268ff526817b27adbb7942e40b
* Further refactoring of the schema table name.drh2020-06-19
| | | FossilOrigin-Name: 9536fa0ae0c1ae6e2e98d2fa11e5acda7f3c9b8ca5061b6f7f8cae63a11d936b
* Make sure the SQLITE_TCLAPI macro is always defined.mistachkin2016-07-28
| | | FossilOrigin-Name: f2f1323cc4d2ad2d6794dbfae8d50b747213e85d
* Allow the 'testfixture.exe' target to be compiled with the __stdcall calling ↵mistachkin2016-07-28
| | | | | convention. FossilOrigin-Name: e8be3dfeabaa31b3490793cf8230faae1204be15
* Correction to check-in [1025873fdf], tighten up the number of static test ↵mistachkin2015-07-03
| | | | | mutexes. FossilOrigin-Name: 4e515897af97cb3a4158bcc34318992e8dcee77a
* Enhance mutex testing to include APP and VFS static mutexes.mistachkin2015-07-03
| | | FossilOrigin-Name: 1025873fdfd9e7e53094c48af1a79c60ae50ae97
* More refinements to Windows OSTRACE usage. Replace all usage of ↵mistachkin2013-04-29
| | | | | sqlite3TestErrorName() with sqlite3ErrName() and add missing return codes. FossilOrigin-Name: 05ba5e23fcc5da416d47a8ad5e667ed6a0c7a34a
* Update mutex1.test so that it works with the memsubsys1 permutation ↵dan2011-01-26
| | | | | (pagecache memory). Change a few instances of SQLITE_MUTEX_STATIC_LRU2 in comments and test code to STATIC_PMEM. FossilOrigin-Name: 456bd5c63b41bae8e389df81e318b830aa314000
* Remove the obsolete "$Id:$" RCS identifier strings from the source code.drh2009-11-10
| | | FossilOrigin-Name: f6c045f649036958078cb15cd9d5453680c82b0c
* Rename the unused MEM2 static mutex to OPEN and reuse it to serialize accessdrh2009-03-20
| | | | | | to the sqlite3BtreeOpen() routine to prevent a race condition on detection of sharable caches. Ticket #3735. (CVS 6363) FossilOrigin-Name: 19fa5a29b97f017a9e176e48c848100299ba6920
* In test_mutex.c, zero the global structure staticly instead of in ↵danielk19772009-02-11
| | | | | Sqlitetest_mutex_Init(). This is because Sqlitetest_mutex_Init() is now called by each thread during thread tests ((6193)). Test code changes only. (CVS 6279) FossilOrigin-Name: 8b318b9385d0542ca56750b901c0c6b7d05ca634
* Make sure mutexes are fully enabled for thread001.test. Take steps todrh2009-01-19
| | | | | ensure that the thread tests run during regression testing. (CVS 6193) FossilOrigin-Name: 6242f113eb40d472b78685c296fecf9f749a11cd
* Add test cases for sqlite3_db_mutex(). (CVS 5862)danielk19772008-11-04
| | | FossilOrigin-Name: f818e8e5cb20c51922d0b5424f17649e0692f273
* To ensure SQLITE_THREADSAFE is always defined, have test_mutex.c include ↵danielk19772008-07-19
| | | | | sqliteInt.h. (CVS 5443) FossilOrigin-Name: d8be91e2d2737dcb0e82e6c8a6a3f4827bc98d63
* Fix the test harness so that it does not try to link againstdrh2008-07-17
| | | | | sqlite3_mutex_alloc() if compiled with -DSQLITE_THREADSAFE=0. (CVS 5430) FossilOrigin-Name: 26a203d894edd0091ac60862956e42d22167011e
* Fix a bug in the mutex-testing logic introduced by check-in (5389). (CVS 5390)drh2008-07-10
| | | FossilOrigin-Name: 8fc462b6b7afe390463ea7b010fd3230d9acc358
* Enhancements to the testing logic for malloc and mutex. Only permit onedrh2008-07-10
| | | | | | of MEMSYS3/5 to be compiled-in at a time. Omit the SQLITE_CONFIG_MEMSYS3/5 configuration options. (CVS 5389) FossilOrigin-Name: ed8b2525006ae7f8cacd01b291760513fdbdff57
* Add the SQLITE_OPEN_NOMUTEX flag. Used for opening connections that are not ↵danielk19772008-07-10
| | | | | protected by an internal mutex. (CVS 5387) FossilOrigin-Name: 7e58b78712420b3bd4320192a58d89eb71eecc9c
* Add tests to verify correct behavior when mutex initialization fails. (CVS 5359)drh2008-07-08
| | | FossilOrigin-Name: 65875005ac8bc7988d7d7d8e8b999857449568fd
* Testing coverage enhancements. (CVS 5358)drh2008-07-08
| | | FossilOrigin-Name: fe80aa58a4ac12db5a92d25d28165f5159f04533
* Fix a bug in the KEYINFO handling within select.c. Change the OP_Movedrh2008-06-22
| | | | | | | opcode to take a count and to move multiple registers. Initial code for the compound-select merge optimization is added but is incomplete and is commented out. (CVS 5272) FossilOrigin-Name: 663a590e3086145a57af7569d8f798b6b6a8b76c
* 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
* Implement the 'CONFIG_SINGLETHREAD' and 'CONFIG_MULTITHREAD' configuration ↵danielk19772008-06-18
| | | | | modes. (CVS 5234) FossilOrigin-Name: 5059644c4bc5f6679afd939e0bc26080f42a9918
* Add some test infrastructure and cases for the new mutex api. (CVS 5230)danielk19772008-06-18
FossilOrigin-Name: 262baee9952b28afe5dc77eb7365ebb11a480906