media/libraries/effect/src
andrewlewis 857e6ebee8 Signal end-of-stream after creating latch
The output end-of-stream notification from the last shader could theoretically
arrive before the latch for detecting it is created, which might cause waiting
on the latch indefinitely. Create the latch before signaling end of stream so
that it's guaranteed to be set before the end-of-stream signal arrives.

PiperOrigin-RevId: 532056472
2023-05-16 09:42:25 +01:00
..
androidTest Fix operations order in RenderingTest 2023-05-08 15:20:14 +00:00
main Signal end-of-stream after creating latch 2023-05-16 09:42:25 +01:00
test Create GlObjectsProvider 2023-03-07 11:56:08 +00:00