-
Notifications
You must be signed in to change notification settings - Fork 571
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
i#58 MacOS: thread synch and termination
Implements handle_suspend_signal(), dynamorio_semaphore_signal_all(), dynamorio_sys_exit_group(), and dynamorio_sys_exit() for Mac. Unfortunately we have to use the stack for 32-bit syscalls, so we use the app stack under the assumption that it's valid (we're terminating so there should be minimal transparency impact). SVN-Revision: 2619
- Loading branch information
1 parent
4e21420
commit b9d438a
Showing
4 changed files
with
133 additions
and
28 deletions.
There are no files selected for viewing
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
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