Skip to content
Snippets Groups Projects
Commit b469857d authored by Steve Lhomme's avatar Steve Lhomme
Browse files

vlc_threads: remove the thread priority when creating a thread

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.
parent 38d85d93
No related branches found
No related tags found
Loading
Showing
with 22 additions and 34 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment