ntoskrnl.exe: Implement acquiring and releasing guarded mutexes
All threads resolved!
All threads resolved!
according to MSDN they are implemented in the same way as a fast mutex.
Merge request reports
Activity
added 174 commits
-
ceb22a96...aabdb154 - 172 commits from branch
wine:master
- 8b0580ef - ntoskrnl.exe: Implement KeAcquireGuardedMutex.
- 6aa02977 - ntoskrnl.exe: Implement KeReleaseGuardedMutex.
-
ceb22a96...aabdb154 - 172 commits from branch
added 47 commits
-
6aa02977...4e5fab62 - 45 commits from branch
wine:master
- 27522304 - ntoskrnl.exe: Implement KeAcquireGuardedMutex.
- 0b9d2d83 - ntoskrnl.exe: Implement KeReleaseGuardedMutex.
-
6aa02977...4e5fab62 - 45 commits from branch
added 219 commits
-
104dd727...4e5fab62 - 217 commits from branch
wine:master
- cbd067b2 - ntoskrnl.exe: Implement KeAcquireGuardedMutex.
- 1160778d - ntoskrnl.exe: Implement KeReleaseGuardedMutex.
-
104dd727...4e5fab62 - 217 commits from branch
added 1 commit
- 5dbc9015 - ntoskrnl.exe: Implement KeReleaseGuardedMutex.
- Resolved by Etaash Mathamsetty
Marvin replied on the mailing list:
Hi, It looks like your patch introduced the new failures shown below. Please investigate and fix them before resubmitting your patch. If they are not new, fixing them anyway would help a lot. Otherwise please ask for the known failures list to be updated. The tests also ran into some preexisting test failures. If you know how to fix them that would be helpful. See the TestBot job for the details: The full results can be found at: https://testbot.winehq.org/JobDetails.pl?Key=128888 Your paranoid android. === debian11 (32 bit report) === ws2_32: Unhandled exception: page fault on read access to 0x0000001c in 32-bit code (0x00418dde).
added 531 commits
-
5dbc9015...9e5d54ea - 529 commits from branch
wine:master
- 1294c87c - ntoskrnl.exe: Implement KeAcquireGuardedMutex.
- 7f03932d - ntoskrnl.exe: Implement KeReleaseGuardedMutex.
-
5dbc9015...9e5d54ea - 529 commits from branch
tests failing for unrelated reasons
Edited by Etaash Mathamsetty
Please register or sign in to reply