summaryrefslogtreecommitdiff
path: root/tests/refcount/objects2.c
Commit message (Expand)AuthorAgeFilesLines
* tests/: Include unistd.h on *NIX onlyChun-wei Fan2013-11-111-1/+4
* Remove g_type_init() callsRyan Lortie2012-10-161-1/+0
* Dispose test objectMatthias Clasen2012-04-021-0/+2
* Drop g_thread_init from testsMatthias Clasen2012-04-021-2/+1
* 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
* test high contention on closure reference counts to trigger and catchTim Janik2005-08-011-0/+7
* Make refcounting threadsafe by using atomic operations. (#166020, WimMatthias Clasen2005-07-151-0/+111