Skip to content

Commit

Permalink
Revert "pthreads: use mutex protocol PTHREAD_PRIO_INHERIT"
Browse files Browse the repository at this point in the history
This reverts commit 9725102.
  • Loading branch information
popcornmix committed Sep 21, 2015
1 parent 12ea806 commit 233aecb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion xbmc/threads/platform/pthreads/Implementation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ namespace XbmcThreads
{
pthread_mutexattr_init(&recursiveAttr);
pthread_mutexattr_settype(&recursiveAttr,PTHREAD_MUTEX_RECURSIVE);
pthread_mutexattr_setprotocol(&recursiveAttr,PTHREAD_PRIO_INHERIT);
alreadyCalled = true;
}
return true; // note, we never call destroy.
Expand Down

0 comments on commit 233aecb

Please sign in to comment.