summaryrefslogtreecommitdiff
path: root/glib/gthread-win32.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-31Updated FSF's addressDaniel Mustieles1-3/+1
2013-07-01Revert two errant commits to GMutex, etc.Ryan Lortie1-1/+0
2013-06-30Finish the previous fix for GMutex, GRecMutex, GRWLock and GCondJeffrey Stedfast1-0/+1
2013-01-18Remove most use of G_GNUC_INTERNALColin Walters1-2/+2
2012-11-15win32: misc warning fixesDan Winship1-0/+1
2012-02-09gthread-win32: update for g_get_monotonic_time() changesDan Winship1-9/+1
2011-12-22Bug 666551-Fix a few dangling pointersrodrigorivascosta1-0/+5
2011-12-19winxp threads: fix some condition variable racesRyan Lortie1-6/+26
2011-12-16windows XP threads: fix hilariously obvious raceRyan Lortie1-7/+12
2011-11-03win32: Remove some debug spew on startupAlexander Larsson1-7/+2
2011-10-18Actually Don't define GLIB_COMPILATION in libgthreadAlexander Larsson1-2/+7
2011-10-18Don't define GLIB_COMPILATION in libgthreadAlexander Larsson1-7/+2
2011-10-17More include cleanupsMatthias Clasen1-3/+1
2011-10-13GCond: use monotonic time for timed waitsRyan Lortie1-26/+4
2011-10-13remove 'joinable' parameter to backendsRyan Lortie1-1/+0
2011-10-12win32 threads: simplifyRyan Lortie1-48/+9
2011-10-12win32 threads: use our own data, not system_threadRyan Lortie1-7/+17
2011-10-12win32: fix function name clashRyan Lortie1-2/+2
2011-10-12thread creation: Simplify error handlingRyan Lortie1-1/+2
2011-10-12Combine g_sytem_thread_{new,create}()Ryan Lortie1-15/+10
2011-10-12g_system_thread_create: drop 'data' argRyan Lortie1-2/+1
2011-10-12g_system_thread_create: SystemThread -> RealThreadRyan Lortie1-2/+2
2011-10-12g_system_thread_join: rename to _wait()Ryan Lortie1-1/+1
2011-10-12g_system_thread_join: take GRealThread *Ryan Lortie1-2/+2
2011-10-12thread: delegate allocation of GThread to backendsRyan Lortie1-0/+12
2011-10-12thread: Delete g_system_thread_self()Ryan Lortie1-23/+0
2011-10-12thread: remove GSystemThread assign/equalRyan Lortie1-7/+0
2011-10-04win32: stop leaking GPrivate dataRyan Lortie1-46/+49
2011-10-04win32 fixes from g_thread_init() deprecationRyan Lortie1-1/+1
2011-10-02locks: change the ABI just a bitRyan Lortie1-8/+7
2011-10-02locks: drop _INIT macrosRyan Lortie1-7/+2
2011-10-02Make thread names useful in a debuggerMatthias Clasen1-0/+6
2011-10-02win32: fix GPrivate falloutRyan Lortie1-1/+1
2011-10-02Stop dithering over GPrivateRyan Lortie1-26/+57
2011-09-26winxp threads: detect SRWLock emulation reentrancyRyan Lortie1-0/+31
2011-09-21Add a new recursive mutex type, GRecMutexRyan Lortie1-0/+68
2011-09-21Add GRWLockRyan Lortie1-0/+51
2011-09-21gthread: remove impl init functionsRyan Lortie1-17/+3
2011-09-21win32: Add 'shared' support to SRWLock emulationRyan Lortie1-0/+108
2011-09-21gthread-win32: trivial condition changeRyan Lortie1-1/+4
2011-09-21gthread-win32: rename a struct memberRyan Lortie1-6/+6
2011-09-21g_system_thread_create: drop unused argsRyan Lortie1-2/+0
2011-09-21Merge g_thread_functions_for_glib_useRyan Lortie1-25/+0
2011-09-21NULL g_system_thread_{exit,equal} in the vtableRyan Lortie1-2/+2
2011-09-21GSystemThread: port 'self' 'join' and 'create'Ryan Lortie1-16/+16
2011-09-21GThread: deprecate thread prioritiesRyan Lortie1-37/+1
2011-09-21Don't use the thread_exit vfuncMatthias Clasen1-5/+5
2011-09-21Don't use the thread_equal vfunc anymoreMatthias Clasen1-0/+7
2011-09-21gthread-win32: use __stdcall markers where neededRyan Lortie1-32/+29
2011-09-21Don't use the thread vtable for g_thread_yield()Matthias Clasen1-3/+3