PR_SetThreadPriority should set the priority unconditionally.
git-svn-id: svn://10.0.0.236/trunk@51553 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -627,8 +627,7 @@ PR_IMPLEMENT(void) PR_SetThreadPriority(PRThread *thred, PRThreadPriority newPri
|
||||
}
|
||||
#endif
|
||||
|
||||
if (rv != -1)
|
||||
thred->priority = newPri;
|
||||
thred->priority = newPri;
|
||||
} /* PR_SetThreadPriority */
|
||||
|
||||
#if 0
|
||||
|
||||
Reference in New Issue
Block a user