Katelyn Gadd
|
d45fb4e882
Fix xamarin-android issue 1130 and add test (#6326)
|
7 лет назад |
jaykrell
|
28b1a7a79e
[threads] Return boolean instead of pointer from Thread_internal (#6661)
|
8 лет назад |
EgorBo
|
55fb7bcda1
fix bug-60031 Thread doesn't throw ThreadStateException when it should
|
8 лет назад |
Ludovic Henry
|
5eb363dbf1
[threads] Remove ThreadState_StopRequested (#4462)
|
8 лет назад |
Ludovic Henry
|
30d60224a8
[threads] Remove mono_threads_create_thread (#4411)
|
8 лет назад |
Ludovic Henry
|
a5624bf9ea
[threads] Remove dead field cached_culture_info (#4410)
|
8 лет назад |
Andi McClure
|
c4034198f8
Remove comment from Thread.cs describing field removed in 4.8
|
9 лет назад |
Zoltan Varga
|
d3ad150860
[bcl] Implement Thread.CurrentThread using an icall which calls mono_… (#4011)
|
9 лет назад |
Ludovic Henry
|
38a348c991
[threads] Always use the `suspended` MonoOSEvent for self-suspend (#3915)
|
9 лет назад |
Ludovic Henry
|
52977849ff
[threads] Use MonoOSEvent for Thread.Suspend/Resume (#3881)
|
9 лет назад |
Ludovic Henry
|
f588b336fc
[threads] Replace use of W32Handle by MonoOSEvent for MonoThreadInfo exited event (#3659)
|
9 лет назад |
Alexander Köplinger
|
112631f5c6
[bcl] Add missing APIs for netstandard parity and expose a few APIs on mobile
|
9 лет назад |
Ludovic Henry
|
18ada43d3d
[w32mutex] Move own/disown code to w32mutex-unix.c (#3599)
|
9 лет назад |
Ludovic Henry
|
bdaef1e697
[threads] Import mono_thread_info_set_priority (#3543)
|
9 лет назад |
Ludovic Henry
|
a81a6173b8
[threads] Add specific field to check size (#3542)
|
9 лет назад |
Ludovic Henry
|
668ee608eb
[threads] Factor common attach code in mono_thread_attach_internal (#3530)
|
9 лет назад |
Marek Safar
|
54ea12e4fa
[corlib] Flow CultureInfo from parent thread. Fixes #43193
|
9 лет назад |
Zoltan Varga
|
9efe45052a
[runtime] Use a coop semaphore instead of an io layer one to wait for thread start. (#3383)
|
9 лет назад |
Ludovic Henry
|
bd07ed29e0
[io-layer] Extract GetThreadPriority and SetThreadPriority
|
9 лет назад |
Vlad Brezae
|
b56cf46a56
[sgen] Fix Thread layout after changes in #3123
|
9 лет назад |
Rodrigo Kumpera
|
15f5673e36
[runtime] Move pending_exception from InternalThread to Thread to avoid crashing on domain unload.
|
10 лет назад |
Rolf Bjarne Kvinge
|
a9ca27bcaa
[mscorlib][System] Use PlatformNotSupportedException instead of NotSupportedException when it makes sense.
|
10 лет назад |
Rolf Bjarne Kvinge
|
50791d90f4
[corlib] Re-introduce Thread.Abort/Suspend/Resume, but make them throw NotSupportedException instead.
|
10 лет назад |
Rolf Bjarne Kvinge
|
f1b7be2f57
Remove Thread.[Abort|Suspend|Resume] from TvOS/WatchOS.
|
10 лет назад |
Zoltan Varga
|
e2f28334c9
Add a new Moono_GetStackTraces method to Thread which can be used to obtain stack traces for all running threads.
|
10 лет назад |
Ludovic Henry
|
e53ccecd1a
[threadpool-ms] Fix unhandled exception support
|
10 лет назад |
Marek Safar
|
c4915d7335
[corlib] Add role based security to desktop only
|
10 лет назад |
Marek Safar
|
cf766c92a7
[corlib] Clean up thread execution context
|
10 лет назад |
Marek Safar
|
ee621cea34
[corlib] More thread code from reference sources, mostly for argument checks
|
10 лет назад |
Marek Safar
|
d3bda044e0
[corlib] ExecutionContext and other contexts from reference sources. Fixes #28793 and similar nested context switches issues.
|
10 лет назад |