Commit History

Author SHA1 Message Date
  Ludovic Henry 668ee608eb [threads] Factor common attach code in mono_thread_attach_internal (#3530) 9 years ago
  Marek Safar 54ea12e4fa [corlib] Flow CultureInfo from parent thread. Fixes #43193 9 years ago
  Zoltan Varga 9efe45052a [runtime] Use a coop semaphore instead of an io layer one to wait for thread start. (#3383) 9 years ago
  Ludovic Henry bd07ed29e0 [io-layer] Extract GetThreadPriority and SetThreadPriority 9 years ago
  Vlad Brezae b56cf46a56 [sgen] Fix Thread layout after changes in #3123 9 years ago
  Rodrigo Kumpera 15f5673e36 [runtime] Move pending_exception from InternalThread to Thread to avoid crashing on domain unload. 10 years ago
  Rolf Bjarne Kvinge a9ca27bcaa [mscorlib][System] Use PlatformNotSupportedException instead of NotSupportedException when it makes sense. 10 years ago
  Rolf Bjarne Kvinge 50791d90f4 [corlib] Re-introduce Thread.Abort/Suspend/Resume, but make them throw NotSupportedException instead. 10 years ago
  Rolf Bjarne Kvinge f1b7be2f57 Remove Thread.[Abort|Suspend|Resume] from TvOS/WatchOS. 10 years ago
  Zoltan Varga e2f28334c9 Add a new Moono_GetStackTraces method to Thread which can be used to obtain stack traces for all running threads. 10 years ago
  Ludovic Henry e53ccecd1a [threadpool-ms] Fix unhandled exception support 10 years ago
  Marek Safar c4915d7335 [corlib] Add role based security to desktop only 10 years ago
  Marek Safar cf766c92a7 [corlib] Clean up thread execution context 10 years ago
  Marek Safar ee621cea34 [corlib] More thread code from reference sources, mostly for argument checks 10 years ago
  Marek Safar d3bda044e0 [corlib] ExecutionContext and other contexts from reference sources. Fixes #28793 and similar nested context switches issues. 10 years ago
  Marek Safar d9b9ed5611 [corlib] Remove unused thread field 10 years ago
  Marek Safar c6299a9e0b [corlib] Match closer ExecutionContextSwitcher methods 10 years ago
  Ludovic Henry 5011172a13 [referencesource] Import System.Threading.ThreadLocal 10 years ago
  Marek Safar 317c3a8efb [corlib] LocalDataStoreSlot from reference sources 10 years ago
  Marek Safar 02fc6c1433 [corlib] Small part of thread from reference sources 10 years ago
  Alex Rønne Petersen 11521369a8 [runtime] Improve context static LocalDataStoreSlot support. 10 years ago
  Rodrigo Kumpera 9f92e1c7fd [runtime] It's spring cleaning in MonoInternalThread. Remove 8 (yes, eight) unused fields. 10 years ago
  Marek Safar a87bf6db67 [corlib] Fixes build 10 years ago
  Marek Safar 52003dc6f7 [corlib] System.Resources from reference sources 10 years ago
  Zoltan Varga b97979906b [runtime] Add infrastructure code for getting/setting Thread.Priority. 11 years ago
  Zoltan Varga 032f313d5f [bcl] Remove NET_4_0 defines from class libs. 11 years ago
  Marek Safar 4d3f26e9f0 [corlib] Implement ExecutionContext flow for async infrastructure. Fixes #24757 11 years ago
  Marek Safar 4b4ddb66b3 [corlib] Improve flow of ExecutionContext (few tests taken from https://github.com/mono/mono/pull/864). Fixes #18121 and similar. 11 years ago
  Marek Safar 9cbe9c372b [corlib] Seal InternalThread 12 years ago
  Rodrigo Kumpera cff7efdb32 [runtime] Use the system limit when enforcing a new thread stack size. Fixes #17908. 12 years ago