summaryrefslogtreecommitdiff
path: root/glib/gthread-posix.c
Commit message (Expand)AuthorAgeFilesLines
* gthread-posix: fix typo in error messageAntoine Jacoutot2012-03-311-1/+1
* gthread-posix: fix order of arguments in g_thread_abort() messageDan Winship2012-02-221-1/+1
* comments/docs: Fix couple of typosRavi Sankar Guntur2012-01-281-1/+1
* Protect call to pthread_condattr_setclock with define.Patrick Welche2012-01-151-1/+1
* gthread-posix: Remove misleading documentation commentsJasper St. Pierre2012-01-061-15/+0
* documentation fixesStef Walter2011-12-131-1/+1
* GCond: use monotonic time for timed waitsRyan Lortie2011-10-131-68/+80
* remove 'joinable' parameter to backendsRyan Lortie2011-10-131-1/+0
* posix threads: joinable tweaksRyan Lortie2011-10-121-5/+19
* posix threads: use our own system_threadRyan Lortie2011-10-121-7/+17
* thread creation: Simplify error handlingRyan Lortie2011-10-121-2/+3
* Combine g_sytem_thread_{new,create}()Ryan Lortie2011-10-121-14/+10
* g_system_thread_create: drop 'data' argRyan Lortie2011-10-121-2/+1
* g_system_thread_create: SystemThread -> RealThreadRyan Lortie2011-10-121-2/+2
* g_system_thread_join: rename to _wait()Ryan Lortie2011-10-121-1/+1
* g_system_thread_join: take GRealThread *Ryan Lortie2011-10-121-2/+2
* thread: delegate allocation of GThread to backendsRyan Lortie2011-10-121-0/+12
* thread: Delete g_system_thread_self()Ryan Lortie2011-10-121-6/+0
* thread: remove GSystemThread assign/equalRyan Lortie2011-10-121-7/+0
* Cleanup thread documentationRyan Lortie2011-10-061-19/+21
* Documentation fixesMatthias Clasen2011-10-021-1/+2
* Fix doc buildMatthias Clasen2011-10-021-8/+6
* locks: change the ABI just a bitRyan Lortie2011-10-021-21/+21
* locks: drop _INIT macrosRyan Lortie2011-10-021-10/+7
* GThread posix: switch to Windows ABIRyan Lortie2011-10-021-46/+152
* Make thread names useful in a debuggerMatthias Clasen2011-10-021-1/+11
* locks: rename a bunch of parametersRyan Lortie2011-10-021-42/+42
* Stop dithering over GPrivateRyan Lortie2011-10-021-34/+163
* Move GThread docs aroundMatthias Clasen2011-09-251-138/+0
* Move includes to the top of the fileMatthias Clasen2011-09-251-21/+16
* GThread doc additionsMatthias Clasen2011-09-241-27/+379
* Fix g_rwlock_{writer,reader}_trylockMatthias Clasen2011-09-221-2/+8
* Fix g_rec_mutex_trylockMatthias Clasen2011-09-221-1/+4
* Use adaptive mutexes when availableMatthias Clasen2011-09-221-1/+12
* Add a new recursive mutex type, GRecMutexRyan Lortie2011-09-211-0/+72
* Add GRWLockRyan Lortie2011-09-211-0/+50
* gthread: remove impl init functionsRyan Lortie2011-09-211-11/+3
* g_system_thread_create: drop unused argsRyan Lortie2011-09-211-2/+0
* Remove the concept of 'bound'Ryan Lortie2011-09-211-7/+0
* Merge g_thread_functions_for_glib_useRyan Lortie2011-09-211-25/+0
* NULL g_system_thread_{exit,equal} in the vtableRyan Lortie2011-09-211-2/+2
* GSystemThread: port 'self' 'join' and 'create'Ryan Lortie2011-09-211-16/+16
* GThread: deprecate thread prioritiesRyan Lortie2011-09-211-105/+1
* Don't use the thread_exit vfuncMatthias Clasen2011-09-211-3/+3
* Don't use the thread_equal vfunc anymoreMatthias Clasen2011-09-211-3/+4
* And move the g_thread_yield() docs tooMatthias Clasen2011-09-211-0/+9
* Don't use the thread vtable for g_thread_yield()Matthias Clasen2011-09-211-3/+3
* Move g_private_new() to common codeMatthias Clasen2011-09-211-39/+0
* Move docs aroundMatthias Clasen2011-09-211-0/+237
* Clean up g_thread_yield implementationMatthias Clasen2011-09-211-1/+1