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.
|
12 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 |
Zoltan Varga
|
6d95657a21
[corlib] Remove the stack size limit check from CheckStackSize (), it should be possible to create larger stacks than the default. Fixes #17908.
|
12 years ago |
Rodrigo Kumpera
|
349cb638ff
[bcl] Implement CultureInfo.DefaultThreadCurrentUICulture.
|
12 years ago |
Rodrigo Kumpera
|
5b8f9ad666
[bcl] Implement CultureInfo.DefaultThreadCurrentCulture.
|
12 years ago |
Rodrigo Kumpera
|
e499793125
[bcl]Set the culture of the thread local NumberFormatter everytime.
|
12 years ago |
Alistair Leslie-Hughes
|
ccbc9e3a8f
Correct TrySetApartmentstate tests
|
12 years ago |
Alistair Leslie-Hughes
|
070c3abecf
Allow TrySetApartmentState to set the same state multiple times.
|
12 years ago |
Sebastien Pouliot
|
68ebec2787
Remove MonoTouch specific code that is now handled without reflection
|
13 years ago |
Marek Safar
|
7c704df8ae
Move rarely used NamedDataSlot to its own type to cut few dependencies
|
13 years ago |
Marek Safar
|
b26fc714dd
Manually remove code which is disabled but compiler cannot remove automatically.
|
13 years ago |
Rodrigo Kumpera
|
07a220c61c
Mobile should not have the COM types set.
|
13 years ago |
Marek Safar
|
bb05074a9f
Replace some hashtables with dictionaries
|
13 years ago |
Rodrigo Kumpera
|
1b92a4148c
Since MOBILE implies NET_4_* now, take this into account and simplify our ifdefs.
|
13 years ago |