summaryrefslogtreecommitdiff
path: root/tests/refcount
Commit message (Expand)AuthorAgeFilesLines
* Replace -I with $(glib_INCLUDES) and friendsRyan Lortie2010-08-061-4/+1
* Add $(top_builddir)/glib to includespaul2010-08-051-0/+1
* notify: Add tests for threadsafe object notifiesOlivier Crête2010-07-223-0/+375
* initialize automake variables EXTRA_DIST and TEST_PROGS for unconditional21:06:47 Tim Janik2007-11-211-0/+2
* Fixed up internal 'g_test*' names.Tim Janik2007-11-206-184/+184
* Output newlines after thousand iterations of the inner-loop of theLoïc Minier2007-07-091-1/+1
* removed all .cvsignore files. SVN doesn't need them.Michael Natterer2007-01-031-10/+0
* Remove C++ commentMatthias Clasen2006-01-301-1/+1
* 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