-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Workload Scheduling
-
Fully Compatible
-
ALL
-
200
-
None
-
3
-
None
-
None
-
None
-
None
-
None
-
None
Currently the pendingThreads object is calling FUTEX_WAKE on all threads every time they are spawned, except for the very last thread. We need to change the logic to call FUTEX_WAKE once all threads have been spawned.