]> git.sesse.net Git - vlc/commit
* src/misc/threads.c: Fixed a bug in handling of priorities : with POSIX
authorChristophe Massiot <massiot@videolan.org>
Fri, 22 Oct 2004 13:42:17 +0000 (13:42 +0000)
committerChristophe Massiot <massiot@videolan.org>
Fri, 22 Oct 2004 13:42:17 +0000 (13:42 +0000)
commit67c7d4fe76892819e8dc808ebe058d480099cf5b
treee34211ad95450ab15e0f386fd5785607cf96ac48
parentbef75ae8f094f21a72e78cfb48631587f06d38a4
* src/misc/threads.c: Fixed a bug in handling of priorities : with POSIX
  threads a newly created thread inherits the priority of its parent.
  Set the priority even if it is 0.
src/misc/threads.c