• Show log

    Commit

  • Hash : 679fe65d
    Author : Charlie Lao
    Date : 2023-10-19T13:59:52

    Attempt to fix FixedQueue.ConcurrentPushPopWithResize flakiness
    
    If dequeueThread has finished while the enqueue thread is sleeping,
    queue might still be full once enqueueThread wakes up. In this case,
    push call will hit assertion since queue is full. This CL makes the
    enqueueThread bail out if dequeueThread already finished.
    
    Bug: chromium:1493831
    Change-Id: I9e3ad957c5d2eb15c5b409bb818c03dc807f3518
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/4957194
    Reviewed-by: Yuxin Hu <yuxinhu@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