vxWorks 6.8 deprecates the use of taskVarLib
Bug #608956 reported by
Andrew Johnson
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
EPICS Base |
Triaged
|
Wishlist
|
Andrew Johnson |
Bug Description
The release notes say the taskVarLib facilities will be removed in a future release, and they don't work on SMP systems anyway.
The __thread storage class replaces taskVarLib. It's not clear if any vxWorks releases before 6.8 support __thread variables though.
Someone will have to modify src/libCom/
Changed in epics-base: | |
assignee: | nobody → Andrew Johnson (anj) |
status: | New → Triaged |
To post a comment you must log in.
Have the past 9 years yielded any clarify on support for '__thread'? I believe vxworks is the only blocker to use of '__thread', aka. '__declspec( thread) ' aka. 'thread_local'.