Draft: core: pass the thread name in vlc_clone
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