core: remove thread priorities
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. If priorities were needed we would have noticed on mobile platforms (slowest).
Ref #26825 (closed)