summaryrefslogtreecommitdiff
path: root/tests/refcount/signals.c
Commit message (Expand)AuthorAgeFilesLines
* tests: Fix data races in refcount/signals.cTomasz Miąsko2018-11-041-8/+4
* tests/refcount/signals: don't shadow rand()Ross Burton2016-11-141-3/+3
* tests/: Include unistd.h on *NIX onlyChun-wei Fan2013-11-111-1/+4
* Remove g_type_init() callsRyan Lortie2012-10-161-1/+0
* tests: add check for leaking signal return valueMark Nauwelaerts2012-08-051-0/+26
* tests: make refcount signals test slightly valgrind cleanerMark Nauwelaerts2012-08-051-0/+4
* Drop g_thread_init from testsMatthias Clasen2012-04-021-4/+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-39/+39
* Remove C++ commentMatthias Clasen2006-01-301-1/+1
* 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
* use G_CALLBACK for signal connections.Manish Singh2005-07-201-3/+3
* Make refcounting threadsafe by using atomic operations. (#166020, WimMatthias Clasen2005-07-151-0/+281