Details
-
Improvement
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
None
Description
"thread_data_used" indicate the usage of EThread::thread_private[ ].
The EThread::thread_private[ ] saved thread specific data e.g. :
- stat system arrays
- NetHandler object
- PollCont object
However, the private data of thread group are different.
Sharing thread_data_used cause the waste of space.