-
Notifications
You must be signed in to change notification settings - Fork 137
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revise handling of recursive mutexes.
WAIT_ABANDONED actually acquires the mutex. Reflect this here, covered by the umbrella of "undefined behavior". Reduces the number of assumed system codes required, and should provide better behavior in non-debug situations. In debug situations, the behavior has been altered to a hard terminate.
- Loading branch information
1 parent
14bae6d
commit 079f9e6
Showing
1 changed file
with
24 additions
and
8 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