Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Move Timer to shared CoreLib partition.#22231

Merged
jkotas merged 6 commits into
dotnet:masterfrom
filipnavara:timer1
Jan 27, 2019
Merged

Move Timer to shared CoreLib partition.#22231
jkotas merged 6 commits into
dotnet:masterfrom
filipnavara:timer1

Conversation

@filipnavara
Copy link
Copy Markdown
Member

@filipnavara filipnavara commented Jan 26, 2019

Contributes to #21932.

I'll submit CoreRT counter-part PR soon, still working on getting the Unix build working.

Comment thread src/System.Private.CoreLib/src/System/Threading/Timer.CoreCLR.cs Outdated
Comment thread src/System.Private.CoreLib/shared/System/Threading/Timer.cs Outdated
Comment thread src/System.Private.CoreLib/shared/System/Threading/Timer.cs Outdated
@filipnavara filipnavara changed the title WIP: Move Timer to shared CoreLib partition. Move Timer to shared CoreLib partition. Jan 27, 2019
Comment thread src/System.Private.CoreLib/src/System/Threading/Timer.CoreCLR.cs
@jkotas
Copy link
Copy Markdown
Member

jkotas commented Jan 27, 2019

LGTM otherwise. Thank you!

@jkotas jkotas merged commit 307ec0b into dotnet:master Jan 27, 2019
Dotnet-GitSync-Bot pushed a commit to Dotnet-GitSync-Bot/corefx that referenced this pull request Jan 27, 2019
* Move Timer to shared CoreLib partition.

* Move SignalNoCallbacksRunning back to shared code, add static EventWaitHandle.Set.

* Remove AppDomain references from shared Timer code, reshuffle some code out of SetTimer in non-shared code.

* Change m_ prefix to match code style.

Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
Dotnet-GitSync-Bot pushed a commit to Dotnet-GitSync-Bot/corert that referenced this pull request Jan 27, 2019
* Move Timer to shared CoreLib partition.

* Move SignalNoCallbacksRunning back to shared code, add static EventWaitHandle.Set.

* Remove AppDomain references from shared Timer code, reshuffle some code out of SetTimer in non-shared code.

* Change m_ prefix to match code style.

Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
Dotnet-GitSync-Bot pushed a commit to Dotnet-GitSync-Bot/mono that referenced this pull request Jan 27, 2019
* Move Timer to shared CoreLib partition.

* Move SignalNoCallbacksRunning back to shared code, add static EventWaitHandle.Set.

* Remove AppDomain references from shared Timer code, reshuffle some code out of SetTimer in non-shared code.

* Change m_ prefix to match code style.

Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
stephentoub pushed a commit to dotnet/corefx that referenced this pull request Jan 27, 2019
* Move Timer to shared CoreLib partition.

* Move SignalNoCallbacksRunning back to shared code, add static EventWaitHandle.Set.

* Remove AppDomain references from shared Timer code, reshuffle some code out of SetTimer in non-shared code.

* Change m_ prefix to match code style.

Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
jkotas pushed a commit to dotnet/corert that referenced this pull request Jan 27, 2019
* Move Timer to shared CoreLib partition.

* Move SignalNoCallbacksRunning back to shared code, add static EventWaitHandle.Set.

* Remove AppDomain references from shared Timer code, reshuffle some code out of SetTimer in non-shared code.

* Change m_ prefix to match code style.

Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
marek-safar pushed a commit to mono/mono that referenced this pull request Jan 27, 2019
* Move Timer to shared CoreLib partition.

* Move SignalNoCallbacksRunning back to shared code, add static EventWaitHandle.Set.

* Remove AppDomain references from shared Timer code, reshuffle some code out of SetTimer in non-shared code.

* Change m_ prefix to match code style.

Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
@filipnavara filipnavara deleted the timer1 branch January 28, 2019 17:40
picenka21 pushed a commit to picenka21/runtime that referenced this pull request Feb 18, 2022
* Move Timer to shared CoreLib partition.

* Move SignalNoCallbacksRunning back to shared code, add static EventWaitHandle.Set.

* Remove AppDomain references from shared Timer code, reshuffle some code out of SetTimer in non-shared code.

* Change m_ prefix to match code style.


Commit migrated from dotnet/coreclr@307ec0b
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants