forked from xamarin/xamarin-macios
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[runtime] Update thread attach/detach according to mono changes.
* Restore the mono_jit_thread_attach signature to how it's in the latest stable. * Don't use the new attach/detach methods when using the dynamic mono runtime, since the methods aren't available in any released version of mono. Also XM doesn't support coop yet, so it's not needed. * And finally don't use the new attach/detach methods for anything that isn't building using mono/master (iow only watchOS). This should be changed once the rest of the products starts using mono/master again.
- Loading branch information
1 parent
85a6bba
commit 7cd551c
Showing
3 changed files
with
29 additions
and
10 deletions.
There are no files selected for viewing
Submodule watch-mono
updated
591 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters