mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-15 22:44:13 +00:00
PR_SetThreadPriority should set the priority unconditionally.
This commit is contained in:
parent
6b1312ff84
commit
3349152f6d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user