Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-12-14Fix bug 60568: SynchronizationContext.Wait not implemented or invoked by runt...Katelyn Gadd
2017-10-12fix bug-60031 Thread doesn't throw ThreadStateException when it shouldEgorBo
2017-10-09[corlib] Throw exception on using disposed Timer object. Fixes #60028Alexis Christoforides
2017-06-17[w32handle] Unify WaitHandle.Wait{One,Any,All} icalls (#5051)Ludovic Henry
2017-03-29Bump corefxMarek Safar
2017-03-03[threads] Remove ThreadState_StopRequested (#4462)Ludovic Henry
2017-03-03[threads] Remove mono_threads_create_thread (#4411)Ludovic Henry
2017-03-03[threads] Remove dead field cached_culture_info (#4410)Ludovic Henry
2017-02-21[threadpool] Do not swallow exception in RegisterWaitForSingleObject callback...Ludovic Henry
2017-02-07Remove comment from Thread.cs describing field removed in 4.8Andi McClure
2016-11-23[bcl] Implement Thread.CurrentThread using an icall which calls mono_… (#4011)Zoltan Varga
2016-11-09[threads] Always use the `suspended` MonoOSEvent for self-suspend (#3915)Ludovic Henry
2016-11-04[threads] Use MonoOSEvent for Thread.Suspend/Resume (#3881)Ludovic Henry
2016-10-29[threads] Replace use of W32Handle by MonoOSEvent for MonoThreadInfo exited e...Ludovic Henry
2016-09-23[bcl] Add missing APIs for netstandard parity and expose a few APIs on mobileAlexander Köplinger
2016-09-21[w32mutex] Move own/disown code to w32mutex-unix.c (#3599)Ludovic Henry
2016-09-13[threads] Import mono_thread_info_set_priority (#3543)Ludovic Henry
2016-09-09[threads] Add specific field to check size (#3542)Ludovic Henry
2016-09-08[threads] Factor common attach code in mono_thread_attach_internal (#3530)Ludovic Henry
2016-08-30[corlib] Flow CultureInfo from parent thread. Fixes #43193Marek Safar
2016-08-23[corlib] EventWaitHandle from referencesourceMarek Safar
2016-08-20[runtime] Use a coop semaphore instead of an io layer one to wait for thread ...Zoltan Varga
2016-08-18[mcs] Replace NET_2_1 by MOBILELudovic Henry
2016-08-04[io-layer] Extract GetThreadPriority and SetThreadPriorityLudovic Henry
2016-06-22[sgen] Fix Thread layout after changes in #3123Vlad Brezae
2016-05-04[corlib] Import System.Threading.MonitorLudovic Henry
2016-04-20[corlib] Ifdef out calls to SynchronizationAttribute on monotouchLudovic Henry
2016-02-22[WaitHandle] Call SafeWaitHandle DangerousAddRef / DangerousRelease around na...Ludovic Henry
2016-02-22[corlib] Import System.Threading.WaitHandleLudovic Henry
2016-02-17[corlib] Fix potential RegisteredWaitHandle resource leakLudovic Henry
2016-02-16[corlib] Fix race condition between RegisteredWaitHandle Wait and Unregister ...Ludovic Henry
2016-02-11[runtime] Move pending_exception from InternalThread to Thread to avoid crash...Rodrigo Kumpera
2016-01-29Remove ChangeLog files from the repoAlexander Köplinger
2015-11-27[mscorlib][System] Use PlatformNotSupportedException instead of NotSupportedE...Rolf Bjarne Kvinge
2015-11-25[corlib] Re-introduce Thread.Abort/Suspend/Resume, but make them throw NotSup...Rolf Bjarne Kvinge
2015-11-19Remove Thread.[Abort|Suspend|Resume] from TvOS/WatchOS.Rolf Bjarne Kvinge
2015-10-24Add a new Moono_GetStackTraces method to Thread which can be used to obtain s...Zoltan Varga
2015-08-12[runtime] Make sure Monitor.Enter () is always inlined since it consists only...Zoltan Varga
2015-08-05[bcl] Remove old ThreadPool managed classLudovic Henry
2015-08-04[runtime] Add a separate icall for Monitor.Enter(obj,&bool).Zoltan Varga
2015-07-03[threadpool-ms] Fix unhandled exception supportLudovic Henry
2015-07-01[threadpool] Remove mono threadpool implementationLudovic Henry
2015-06-01Remove more CAS code.Zoltan Varga
2015-05-28[corlib] Add role based security to desktop onlyMarek Safar
2015-05-26[corlib] Clean up thread execution contextMarek Safar
2015-05-26[corlib] More thread code from reference sources, mostly for argument checksMarek Safar
2015-05-22[corlib] ExecutionContext and other contexts from reference sources. Fixes #2...Marek Safar
2015-05-20[corlib] Remove unused thread fieldMarek Safar
2015-05-20[corlib] Match closer ExecutionContextSwitcher methodsMarek Safar
2015-05-20[referencesource] Import System.Threading.ThreadLocalLudovic Henry