summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/tls.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* i386: Support thread-local storage (TLS)Sebastian Huber2017-06-121-4/+19
| | | | Update #2468.
* rtems/score/tls.h: Add casts to eliminate warnings on some targetsJoel Sherrill2015-03-241-3/+9
|
* score: Fix TLS size usageSebastian Huber2014-05-051-0/+9
|
* score: Clarify TLS supportSebastian Huber2014-04-171-2/+2
|
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-211-1/+1
|
* Add thread-local storage (TLS) supportSebastian Huber2014-02-041-0/+187
Tested and implemented on ARM, m68k, PowerPC and SPARC. Other architectures need more work.