summaryrefslogtreecommitdiff
path: root/glib/gasyncqueue.c
Commit message (Expand)AuthorAgeFilesLines
* Make sure g_thread_pool_stop_unused_threads() actually stops unusedMartyn James Russell2006-04-071-0/+13
* use standard_calloc to allocate the profile_data. (#335209, Chris Wilson)Matthias Clasen2006-03-201-7/+8
* Signal waiting threads, problem noticed by Christian Kellner.Matthias Clasen2006-01-161-0/+2
* - Call g_queue_insert_sorted() instead of duplicating the code. - CallMartyn James Russell2005-12-071-19/+29
* - Added support for sorting async queues by with _push_sorted(),Martyn James Russell2005-12-051-0/+160
* Add some docs.Matthias Clasen2005-12-051-0/+8
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-141-1/+3
* glib/gasyncqueue.c glib/ghook.c g_return_if_fail -> g_return_val_if_failManish Singh2004-11-081-2/+2
* Make g_io_channel_ref(), g_main_context_ref(), g_hook_ref(),Matthias Clasen2004-11-081-1/+5
* Apply a patch to fix sparse warnings. (#154696, Kjartan Maraas)Matthias Clasen2004-10-241-1/+1
* Implement the same PLT reduction technique used in GTK+:Matthias Clasen2004-09-161-0/+1
* Reading access to ref_count only with g_atomic_int_get().Sebastian Wilhelmi2004-02-271-16/+16
* Use g_atomic_int_(inc|dec_and_test) for reference counting.Sebastian Wilhelmi2004-02-271-31/+20
* Lazy creation of GCond. Only signal GCond, if threads are waiting.Sebastian Wilhelmi2004-02-181-3/+9
* Remove some explicit Docbook markup which is no longer necessaryMatthias Clasen2003-07-251-1/+1
* Patch from Sven Neumann to make the include order consistent. (#71704)Owen Taylor2002-12-041-0/+3
* Remove references to nonexisting functionsMatthias Clasen2002-05-261-2/+2
* Minor markup fixes.Matthias Clasen2001-12-161-19/+19
* Changes for 64-bit cleanliness, loosely based on patch from Mark Murnane.Owen Taylor2001-06-231-1/+1
* Look for nanosleep function.Sebastian Wilhelmi2001-06-071-0/+6
* Added documentation for asynchronous queues.Sebastian Wilhelmi2000-11-021-11/+174
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-3/+3
* added gobjectTim Janik2000-05-121-2/+0
* New File implementing an asynchronous queue to be used for asynchronousSebastian Wilhelmi2000-04-281-0/+276