Fix race condition in extension string creation
Change a1742966 introduced a race condition where the notfiy_all is called before the mExtensionString is set. Set mExtensionString before refCond.notify_all(); is called Bug: 345419965 Bug: 346881664 Test: Ran EGL unit tests Change-Id: Ifcb691f9b9769be494e204c97512c3f7fffec60a
Loading
Please register or sign in to comment