Ludovic Henry
|
a5624bf9ea
[threads] Remove dead field cached_culture_info (#4410)
|
8 years ago |
Andi McClure
|
c4034198f8
Remove comment from Thread.cs describing field removed in 4.8
|
9 years ago |
Zoltan Varga
|
d3ad150860
[bcl] Implement Thread.CurrentThread using an icall which calls mono_… (#4011)
|
9 years ago |
Ludovic Henry
|
38a348c991
[threads] Always use the `suspended` MonoOSEvent for self-suspend (#3915)
|
9 years ago |
Ludovic Henry
|
52977849ff
[threads] Use MonoOSEvent for Thread.Suspend/Resume (#3881)
|
9 years ago |
Ludovic Henry
|
f588b336fc
[threads] Replace use of W32Handle by MonoOSEvent for MonoThreadInfo exited event (#3659)
|
9 years ago |
Alexander Köplinger
|
112631f5c6
[bcl] Add missing APIs for netstandard parity and expose a few APIs on mobile
|
9 years ago |
Ludovic Henry
|
18ada43d3d
[w32mutex] Move own/disown code to w32mutex-unix.c (#3599)
|
9 years ago |
Ludovic Henry
|
bdaef1e697
[threads] Import mono_thread_info_set_priority (#3543)
|
9 years ago |
Ludovic Henry
|
a81a6173b8
[threads] Add specific field to check size (#3542)
|
9 years ago |
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 |