Merge pull request #347 from JamesB7/master
[mono.git] / mono / utils / mono-threads.h
2012-06-24 Marek SafarMerge pull request #347 from JamesB7/master
2012-06-20 Rodrigo KumperaFirst round of win32-cygwin bugfixes.
2012-05-24 Alex Rønne PetersenMerge pull request #301 from directhex/master
2012-02-29 Marek SafarMerge pull request #231 from linquize/a853199c497bb0977...
2012-02-24 Marek SafarMerge pull request #228 from QuickJack/3e163743eda89cc8...
2012-02-17 Gonzalo Paniagua... Merge pull request #217 from QuickJack/master
2012-02-12 Marek SafarMerge pull request #225 from mistoll/master
2012-01-11 Marek SafarMerge pull request #214 from QuickJack/cd2c570c5543963d...
2011-12-14 Rodrigo KumperaExplain the why's of THREAD_INFO_TYPE.
2011-10-06 Zoltan VargaMake the mono_native_thread functions real functions...
2011-10-06 Zoltan VargaUse functions instead of macros from the mono_native_th...
2011-10-04 Mark ProbstMerge branch 'sgen-windows'
2011-10-04 Mark Probst[sgen] Basic Win32 support.
2011-10-04 Mark Probst[sgen] Simple abstraction for creating native threads.
2011-08-23 Rodrigo KumperaRework self suspend to avoid a race on Mach.
2011-08-18 Alan McGovernMerge pull request #161 from LogosBible/master
2011-08-18 Marek SafarMerge pull request #160 from garuma/tpl-dataflow-plumbing
2011-08-18 Rodrigo KumperaHandle android's broken pthread_kill.
2011-08-05 Elijah TaylorFixups for nacl at head revision.
2011-07-28 Miguel de IcazaMerge pull request #93 from konrad-kruczynski/dispatche...
2011-06-24 Gonzalo Paniagua... Merge pull request #121 from LogosBible/processfixes
2011-06-20 Rodrigo KumperaAdd mono_thread_info_disable_new_interrupt so we can...
2011-06-14 Rodrigo KumperaMerge pull request #117 from madewokherd/win32build
2011-06-14 Vincent PovirkAvoid references to pthread_t when building for win32.
2011-06-03 Zoltan VargaMerge pull request #109 from rnagy/master
2011-06-03 Zoltan VargaMake mono_gc_pthread_create () call pthread_create...
2011-05-30 Marek HabersackMerge pull request #97 from skolima/master
2011-05-28 Mark Probst[sgen] Allocate small IDs for worker threads.
2011-05-24 Rodrigo KumperaReapply the fast v4 monitor enter IL. AOT and LLVM...
2011-05-24 Marek HabersackRevert "Reapply 171e69041898f488f332c5a2fad71e40f5863c5...
2011-05-24 Rodrigo KumperaReapply 171e69041898f488f332c5a2fad71e40f5863c5d fixed...
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-02 Rodrigo KumperaFix thread unregistration under sgen.
2011-05-01 Miguel de IcazaMerge pull request #90 from nulltoken/patch-1.
2011-04-29 Rodrigo KumperaMake SMR available during the whole registration/unregi...
2011-04-29 Rodrigo KumperaMake thread unregister more robust.
2011-04-28 Rodrigo KumperaImplement async invocation API.
2011-04-14 Rodrigo KumperaInitial drop of the new suspend machinery.
2011-04-13 Rodrigo KumperaAdd new set of callbacks to be provided by the JIT.
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-09 Rodrigo KumperaFist pass into fixing the win32 build
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...