Details
-
Type:
New Feature
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 22.08
-
Labels:None
-
Sprint:2021-17
Description
There is a class called ServicePrimProc(primitiveserver.cpp).
This class should contain a pointer to thread pools used by PrimProc, namely two PriorityThreadPools: procPoolPtr and OOBPool to facilitate the current workload calculation.
To enable information exchange b/w EM and PP that co-exists in a common runtime one needs to make a global pointer to the ServicePrimProc instances used.