summaryrefslogtreecommitdiff
path: root/tests/refcount/objects.c
Commit message (Expand)AuthorAgeFilesLines
* Fix signedness warnings in tests/refcount/objects.cEmmanuel Fleury2021-05-041-1/+1
* tests: Fix non-atomic access to some shared variablesPhilip Withnall2020-11-201-4/+4
* tests: Various minor leak fixes in the GObject testsPhilip Withnall2018-06-291-0/+1
* tests/: Include unistd.h on *NIX onlyChun-wei Fan2013-11-111-1/+4
* Improve gtype test coverageMatthias Clasen2013-05-291-0/+3
* Remove g_type_init() callsRyan Lortie2012-10-161-1/+0
* Drop g_thread_init from testsMatthias Clasen2012-04-021-1/+0
* Do not use static GTypeInfo and GInterfaceInfoNicola Fontana2011-11-291-1/+1
* Fix compiler warningsDan Winship2011-05-021-1/+1
* Fixed up internal 'g_test*' names.Tim Janik2007-11-201-20/+20
* tests/refcount/objects.c tests/refcount/properties.c Use g_usleep()Tor Lillqvist2005-08-021-1/+1
* test high contention on closure reference counts to trigger and catchTim Janik2005-08-011-6/+9
* Make refcounting threadsafe by using atomic operations. (#166020, WimMatthias Clasen2005-07-151-0/+155