summaryrefslogtreecommitdiff
path: root/glib/gthread.c
Commit message (Expand)AuthorAgeFilesLines
* glib/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-241-1/+1
* introspection: use (nullable) or (optional) instead of (allow-none)Christian Hergert2016-11-221-2/+2
* glib: Add more GLib main context SystemTap and DTrace probesPhilip Withnall2016-06-151-0/+4
* gthread: Better fallback for W32 g_get_num_processors()Руслан Ижбулатов2016-04-261-5/+15
* glib: Add missing (nullable) and (optional) annotationsPhilip Withnall2015-11-071-2/+4
* gthread: Suggest using *_async() functions instead of threadsPhilip Withnall2015-08-191-0/+18
* gthread: Fix a typo in a documentation commentPhilip Withnall2015-01-251-1/+1
* docs: let go of *Matthias Clasen2014-02-141-15/+14
* Fix a typoMatthias Clasen2014-02-031-1/+1
* Don't use the quote tagMatthias Clasen2014-02-011-5/+5
* Annotate all examples with their languageMatthias Clasen2014-02-011-8/+8
* docs: Stop using the function tagMatthias Clasen2014-02-011-3/+2
* Docs: Big entity cleanupMatthias Clasen2014-02-011-8/+8
* gthread: Convert docs to markdownMatthias Clasen2014-02-011-41/+34
* Docs: Convert examples to |[ ]|Matthias Clasen2014-01-311-62/+40
* Docs: Don't use the emphasis tagMatthias Clasen2014-01-311-4/+3
* Docs: Don't use the note tagMatthias Clasen2014-01-311-6/+4
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* Replace #ifdef HAVE_UNISTD_H checks with #ifdef G_OS_UNIXDan Winship2013-11-201-2/+2
* Expand docs for thread namesMatthias Clasen2013-08-181-2/+3
* Add g_get_num_processors()Colin Walters2012-12-181-0/+56
* Use "Returns:" instead of the invalid "@returns" for annotating return values.Robert Ancell2012-11-011-1/+2
* glib: don't quote quark names for G_DEFINE_QUARKCosimo Cecchi2012-08-281-1/+1
* Use G_DEFINE_QUARK for GLib's own quarksMatthias Clasen2012-08-281-5/+1
* documentation fixesStef Walter2011-12-131-4/+4
* GThread: handle thread names safelyMatthias Clasen2011-11-141-4/+9
* Misc doc formatting fixesMatthias Clasen2011-10-151-9/+7
* Add to the pitfalls: fork() and daemon()Ryan Lortie2011-10-151-0/+12
* Expand thread docs a bitMatthias Clasen2011-10-151-5/+38
* Documentation tweaksMatthias Clasen2011-10-151-25/+41
* Check for "our" threads in some placesRyan Lortie2011-10-151-3/+17
* gtk-doc g_thread_ref() and g_thread_unref()Ryan Lortie2011-10-151-0/+18
* Rename g_thread_try to g_thread_try_newRyan Lortie2011-10-151-9/+9
* Minor doc clarificationsMatthias Clasen2011-10-141-6/+7
* GCond: use monotonic time for timed waitsRyan Lortie2011-10-131-16/+26
* drop g_thread_new_full()Ryan Lortie2011-10-131-46/+5
* g_thread_new: never failRyan Lortie2011-10-131-4/+36
* thread: nuke the concept of 'joinable'Ryan Lortie2011-10-131-34/+14
* GThread: make refcounting publicRyan Lortie2011-10-131-1/+11
* thread: simplify 'free' processRyan Lortie2011-10-131-22/+18
* remove 'joinable' parameter to backendsRyan Lortie2011-10-131-1/+1
* Only g_system_thread_free() our own threadsRyan Lortie2011-10-121-8/+13
* thread creation: Simplify error handlingRyan Lortie2011-10-121-14/+9
* Combine g_sytem_thread_{new,create}()Ryan Lortie2011-10-121-7/+4
* g_system_thread_create: drop 'data' argRyan Lortie2011-10-121-1/+1
* g_system_thread_create: SystemThread -> RealThreadRyan Lortie2011-10-121-1/+1
* g_system_thread_join: rename to _wait()Ryan Lortie2011-10-121-1/+1
* g_system_thread_join: take GRealThread *Ryan Lortie2011-10-121-1/+1
* thread: delegate allocation of GThread to backendsRyan Lortie2011-10-121-4/+4
* thread: stop sharing g_once_mutexRyan Lortie2011-10-121-1/+1