Notice: We have migrated to GitLab launching 2024-05-01 see here: https://gitlab.rtems.org/

Changes between Version 24 and Version 25 of Developer/SMP


Ignore:
Timestamp:
01/13/14 16:01:45 (10 years ago)
Author:
Sh
Comment:

/* Task Variables */

Legend:

Unmodified
Added
Removed
Modified
  • Developer/SMP

    v24 v25  
    405405= = Task Variables  ==
    406406
    407 =  == Non-Preempt Mode for Mutual Exclusion ===
     407=  === Status ====
     408
     409
     410Task variables cannot be used on SMP.  The alternatives are thread-local
     411storage, POSIX keys or special access functions using the thread control block
     412of the executing thread.  For Newlib the access to the re-entrancy structure is
     413now performed via ''__getreent()'',  see also ''__DYNAMIC_REENT__'' in Newlib.
     414
     415==== Future Directions ====
     416
     417
     418 *  Fix ADA self task reference.
     419 *  Fix file system environment.
     420 *  Fix C++ support.
     421
     422=== Non-Preempt Mode for Mutual Exclusion ===
    408423
    409424