• Show log

    Commit

  • Hash : f18b6335
    Author : Roman Lavrov
    Date : 2022-08-29T11:53:01

    Replace std::this_thread::get_id() use with a unique thread id.
    
    std::this_thread::get_id() gets recycled. It's pthread_self()
    under the hood on Linux and Android which gets recycled, for
    example when one thread terminates and another one starts
    it is likely to return the same value.
    
    Bug: angleproject:7602
    Change-Id: I83d818bc17ead5cce8bce7f7d88fc1c7c0fa860c
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/3855041
    Reviewed-by: Jonah Ryan-Davis <jonahr@google.com>
    Reviewed-by: Jamie Madill <jmadill@chromium.org>
    

  • 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