DescriptionHandle initialization race in TaskQueue on Windows, discovered by drmemory.
The issue was that if the main entry routine of the thread would get called before the first APC, the thread would hang on a GetMessage() call and the APC sent to initialize the thread, would never run.
BUG=
Committed: https://crrev.com/b89257a51b5363628e9d694584dc5a64da772809
Cr-Commit-Position: refs/heads/master@{#13438}
Patch Set 1 #Patch Set 2 : Use QS_ALLEVENTS #
Messages
Total messages: 12 (5 generated)
|