Merge pull request #505 from roji/shutdown_flow
[mono.git] / mono / metadata / threads.c
2011-08-05 Miguel de IcazaMerge pull request #129 from grumpydev/CryptoFixo
2011-08-05 Miguel de IcazaMerge pull request #138 from eisnerd/bug-winforms-datag...
2011-07-28 Miguel de IcazaMerge pull request #93 from konrad-kruczynski/dispatche...
2011-07-28 Miguel de IcazaMerge pull request #136 from spencerhakim/master
2011-07-22 Atsushi EnoMerge pull request #137 from eisnerd/bug-xpath-reverse...
2011-07-22 Mark ProbstRemove io-layer Windows API TLS emulation code.
2011-07-18 Rodrigo KumperaFix mono_thread_get_stack_bounds thread bounds.
2011-05-30 Marek HabersackMerge pull request #97 from skolima/master
2011-05-30 Gonzalo Paniagua... Merge pull request #107 from duarten/master
2011-05-29 Duarte NunesThreads can now self-interrupt, as expected
2011-05-20 Miguel de IcazaMerge pull request #102 from konrad-kruczynski/fix_bug_...
2011-05-19 Rodrigo KumperaUse new mono_gc_(memmove|bzero) in places messing with...
2011-05-16 Atsushi EnoMerge pull request #101 from occ/master
2011-05-13 Zoltan VargaFix warnings + the windows build.
2011-05-13 Rodrigo KumperaMore win32 fixing
2011-05-13 Rodrigo KumperaFix win32
2011-05-12 Rodrigo KumperaMerge pull request #82 from Unity-Technologies/master...
2011-05-12 Rodrigo KumperaMerge pull request #92 from konrad-kruczynski/master
2011-05-12 Rodrigo KumperaMerge pull request #96 from ualtinok/master
2011-05-12 Veerapuram VaradhanMerge pull request #99 from IgorTkachev/master
2011-05-11 Rodrigo KumperaImplement thread dump using new machinery.
2011-05-10 Rodrigo KumperaImplement sync suspend based interruption
2011-05-02 Rodrigo Kumperadon't init smr twice
2011-05-02 Rodrigo KumperaFix resume_thread_internal return type
2011-05-01 Miguel de IcazaMerge pull request #90 from nulltoken/patch-1.
2011-04-30 Jeffrey StedfastDon't return values in functions returning void
2011-04-29 Rodrigo KumperaIntroduce a couple of functions to abstract old and...
2011-04-15 Rolf Bjarne Kvinge[corlib] Ensure Thread.ManagedThreadId is unique per...
2011-04-11 Rodrigo KumperaHandle attached threads correctly on windows.
2011-04-11 Zoltan VargaMerge branch 'nunit25/2011-04-11' of https://github...
2011-04-11 Rodrigo KumperaIntroduce CreateThread wrapper to make mono-threads...
2011-04-08 Rodrigo KumperaExtract mono_threads_is_critical_method
2011-04-08 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-04-08 Rodrigo KumperaMove thread management from sgen to utils. Move smr...
2011-04-06 Sebastien PouliotFix access to freed members of a dead thread
2011-04-06 Rodrigo KumperaMake the small_id_table a bitset.
2011-03-30 Zoltan VargaFix the previous change.
2011-03-30 Zoltan VargaCall SleepEx in a loop in the Thread.Sleep () icall...
2011-03-21 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-03-18 Rodrigo KumperaMove hazard pointer and small_id code to utils/hazard...
2011-03-17 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-03-15 Gonzalo Paniagua... Appdomain refs can be NULL in pop_refs
2011-03-14 Mark ProbstMerge branch 'sgen-disable-gc'
2011-03-14 Gonzalo Paniagua... [threads] appdomain_refs push/pop speedup
2011-03-09 Gonzalo Paniagua... IO threads have their own name
2011-03-09 Gonzalo Paniagua... Some changes to the threadpool
2011-03-07 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-03-03 Zoltan VargaResurrect THREAD_DEBUG.
2011-03-03 Zoltan VargaChange an #ifdef DEBUG to THREAD_DEBUG(). Fixes #676615.
2011-03-01 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-03-01 Paolo MolaroImplemented fast version of ThreadLocal<T>.
2011-02-23 Rodrigo KumperaUse darwin fast tls across the board.
2011-02-14 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-02-13 Mark ProbstMerge branch 'bugfix-main-thread-root'
2011-02-08 Rodrigo KumperaAvoid allocating memory for the handles.
2011-01-24 Mark ProbstMerge branch 'sgen-android'
2011-01-20 Rodrigo KumperaFix thread-exit race under sgen.
2011-01-13 Zoltan VargaFix a warning.
2011-01-06 Elijah TaylorMerge remote branch 'upstream/master'
2011-01-03 Zoltan VargaMerge branch 'precise-gc-maps'
2011-01-03 Zoltan VargaAdd stats for the number of pinned objects during all...
2010-12-19 Zoltan VargaAdd functions to access values of ThreadStatic fields...
2010-12-07 vvaradhanMerge branch 'master' of github.com:mono/mono into...
2010-12-01 Rodrigo KumperaFix thread attaching
2010-11-30 Rodrigo KumperaAdd mono_gc_alloc_mature and use it for threads.
2010-11-27 Rodrigo KumperaRemove some culture caching dead code
2010-11-27 Rodrigo KumperaMove culture handling to Thread from InternalThread.
2010-11-22 Jb EvainMerge branch 'cecil-light'
2010-11-10 Zoltan VargaAllocate MonoInternalThread/MonoThread objects using...
2010-11-10 Paolo MolaroProfiler: added new API for notification of thread...
2010-10-20 Tak[Fix] Ensure correct stack pointer initialization on...
2010-10-14 Geoff NortonFix windows build
2010-10-14 Geoff Norton[android] pthread_kill cannot be used safely on android
2010-09-27 Jonathan PobstMerge branch 'master' of github.com:mono/mono
2010-09-26 Zoltan VargaUpdate the comment explaining why the small_id_table...
2010-09-24 Zoltan VargaAvoid making the small_id table precisely GC tracked...
2010-09-23 Zoltan VargaAdd a few variants of the MONO_GC_REGISTER_ROOT ()...
2010-09-22 Zoltan VargaCall the thread cleanup at the end as it was done befor...
2010-09-20 Jonathan PobstMerge branch 'master' of github.com:mono/mono
2010-09-18 Zoltan VargaMake MonoThreadCleanupFunc take an InternalThread inste...
2010-09-13 Rodrigo KumperaFix a sgen shutdown crash.
2010-09-07 Jonathan PobstMerge branch 'master' of github.com:mono/mono
2010-08-31 Gonzalo Paniagua... Handle WAIT_IO_TIMEOUT in WaitAny call
2010-08-20 Zoltan VargaFix another bunch of shutdown leaks.
2010-07-31 tgiphilMerge branch 'master' of github.com/mono/mono
2010-07-29 Jérémie LavalFix macro indentation in Thread_Yield icall
2010-07-29 Jérémie LavalAdd Yield method to Thread (4.0 profile).
2010-05-27 Marek SafarNew tests.
2010-05-21 Martin Baulig#604911: Use alertable WaitForMultipleObjectsEx().
2010-04-27 Marek SafarFlush (work in progress)
2010-04-27 Marek SafarNew tests.
2010-04-16 C.J. Adams-Colliercopied mono-api-diff.cs from mono-2-2 branch so new...
2010-04-15 Gonzalo Paniagua... 2010-04-14 Gonzalo Paniagua Javier <gonzalo@novell...
2010-04-14 Gonzalo Paniagua... 2010-04-14 Gonzalo Paniagua Javier <gonzalo@novell...
2010-04-07 Zoltan Varga2010-04-08 Zoltan Varga <vargaz@gmail.com>
2010-04-06 Ankit JainAdd support for ToolsVersion and correctly build msbuil...
2010-04-04 Zoltan Varga2010-04-04 Zoltan Varga <vargaz@gmail.com>
2010-03-30 Mark Probst2010-03-30 Mark Probst <mark.probst@gmail.com>
2010-03-29 Paolo MolaroMon Mar 29 11:52:34 CEST 2010 Paolo Molaro <lupus@ximia...
2010-03-26 Zoltan VargaChange the other place where threads_starting_up is...
next