Skip to content
  • Steve Lhomme's avatar
    vlc_threads: remove the thread priority when creating a thread · b469857d
    Steve Lhomme authored
    It is not used in POSIX systems. On other system it probably don't make a
    difference anymore, only Windows has actual useful values for
    VLC_THREAD_PRIORITY_XXX. The synchronization is more important than having some
    threads called more often than others.
    b469857d