summaryrefslogtreecommitdiff
path: root/tests/refcount
Commit message (Expand)AuthorAgeFilesLines
* Add a missing reference to libglib in the LDADD for this test.Billy Biggs2005-11-071-1/+1
* Link the the refcount tests to the system thread library $(G_THREAD_LIBS).Sebastian Wilhelmi2005-09-111-1/+1
* remove unused n_threads variable.Manish Singh2005-08-061-1/+0
* Shut up CVSManish Singh2005-08-061-0/+1
* tests/refcount/objects.c tests/refcount/properties.c Use g_usleep()Tor Lillqvist2005-08-023-3/+3
* test high contention on closure reference counts to trigger and catchTim Janik2005-08-017-38/+353
* use G_CALLBACK for signal connections.Manish Singh2005-07-201-3/+3
* Shut up CVSManish Singh2005-07-201-0/+9
* Make refcounting threadsafe by using atomic operations. (#166020, WimMatthias Clasen2005-07-156-0/+1030