DescriptionReplace the CreateEvent/OpenEvent patches with their Nt counterparts like NtOpenEvent and NtCreateEvent.
Reason being :- We patch these APIS via the Export table patch which does not work with bound imports. This results in our
patched functions never getting called.
This should fix the GPU process hang with the XP presentation path.
BUG=305815
R=cpu@chromium.org, rvargas@chromium.org, cpu
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=230512
Patch Set 1 #
Total comments: 2
Patch Set 2 : #Patch Set 3 : #Patch Set 4 : #
Total comments: 8
Patch Set 5 : #
Total comments: 18
Patch Set 6 : #Patch Set 7 : #Patch Set 8 : #
Total comments: 1
Patch Set 9 : #
Messages
Total messages: 14 (0 generated)
|