• Show log

    Commit

  • Hash : 46bb47cf
    Author : Ryan C. Gordon
    Date : 2020-03-26T22:14:59

    thread: Put all important SDL_CreateThread internal data into SDL_Thread.
    
    This avoids the need to malloc something extra, use a semaphore, etc, and
    fixes Emscripten with pthreads support, which might not spin up a web worker
    until after SDL_CreateThread returns and thus can't wait on a semaphore at
    this point in any case.
    
    Fixes Bugzilla #5064.
    

  • Properties

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

    Fork of https://github.com/libsdl-org/SDL

    Users
    thodg_m kc3_lang_org thodg_w thodg_l www_kmx_io thodg
    Tags