Skip to content

Draft: core: pass the thread name in vlc_clone

Steve Lhomme requested to merge robUx4/vlc:start-thread-name into master

Some thread API's can't change the name once the thread is created (like the PS4 SDK). This also forces to have all VLC threads to have a name.

Draft: the POSIX changes can be turned into smaller/cleaner patches before adding the thread name.

Edited by Steve Lhomme

Merge request reports