Closed
Bug 1481599
Opened 7 years ago
Closed 6 years ago
Implement _PR_MD_YIELD using SwitchToThread() instead of Sleep(0) on Windows
Categories
(NSPR :: NSPR, enhancement)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: bugzilla, Assigned: bugzilla)
Details
Attachments
(1 file)
790 bytes,
patch
|
Details | Diff | Splinter Review |
Yes, NT can yield! s/Sleep(0)/SwitchToThread()/
Assignee | ||
Comment 1•7 years ago
|
||
Comment 2•7 years ago
|
||
It's not clear to me that this is a 1-for-1 change:
https://software.intel.com/en-us/forums/intel-moderncode-for-parallel-architectures/topic/295397
http://www.codeexperts.com/showthread.php?1239-What-should-I-use-SwitchToThread-or-Sleep(0)
Does this change have a positive effect somewhere?
Updated•7 years ago
|
Flags: needinfo?(aklotz)
Updated•7 years ago
|
Attachment #8998339 -
Flags: review?(ted)
Assignee | ||
Comment 3•6 years ago
|
||
Not that important. I'm going to WONTFIX.
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Flags: needinfo?(aklotz)
QA Contact: jjones
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•