New issue
Advanced search Search tips

Issue 878070 link

Starred by 1 user

Issue metadata

Status: Available
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: Bug



Sign in to add a comment

ClientDiscardableSharedMemoryManager creates waitable event when it shouldnt.

Project Member Reported by lethalantidote@chromium.org, Aug 27

Issue description

When compositing videos on a new thread, we ended up getting a warning about using ScopedAllowBaseSyncPrimitives. It turns out that we were creating a waitable event. We suspect that may be incorrect.



 
To give more colours, we shouldn't use WaitableEvent in the code base. Maybe this is required and there is no way to avoid it, in which case this bug should be closed and the TODO in the code should be removed. Though, given that the WaitableEvent seems to be simulating a sync IPC, it sounds that it's something we could avoid with an async API maybe?
Owner: gab@chromium.org
Cc: gab@chromium.org
Owner: ----
I can consult but not own this fix
Cc: penghuang@chromium.org
Status: Available (was: Untriaged)
cc'ing owner from ClientDiscardableSharedMemoryManager.

Sign in to add a comment