• Show log

    Commit

  • Hash : f1f277fc
    Author : Charlie Lao
    Date : 2024-06-03T10:26:30

    Test: Fix crash in MultithreadingTestES3.SimultaneousBufferBind
    
    The bug here is that thread0 stopped between
    nextStep(Step::Thread0Ready) and waitForStep(Step::Thread1Ready)), and
    then the thread 1 could run all the way to finish. Now when thread 0
    wake up and resumes again, waitForStep will hit assertion.
    
    This CL let thread 1 wait for thread 0 to finish to avoid getting into
    this situation.
    
    Bug: b/344053420
    Change-Id: Ib75e6652feff55e7bb561cc284cdcb86a4852881
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/5587993
    Reviewed-by: Shahbaz Youssefi <syoussefi@chromium.org>
    Reviewed-by: Roman Lavrov <romanl@google.com>
    Commit-Queue: Charlie Lao <cclao@google.com>
    

  • Properties

  • Git HTTP https://git.kmx.io/kc3-lang/angle.git
    Git SSH git@git.kmx.io:kc3-lang/angle.git
    Public access ? public
    Description

    A conformant OpenGL ES implementation for Windows, Mac, Linux, iOS and Android.

    Homepage

    Github

    Users
    thodg_m kc3_lang_org thodg_w www_kmx_io thodg thodg_l
    Tags