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

Changes between Version 5 and Version 8 of Ticket #2087


Ignore:
Timestamp:
02/19/15 21:39:43 (9 years ago)
Author:
Gedare Bloom
Comment:

I think we should consider putting these into a separate repository or into examples-v2. Bumping milestone.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2087

    • Property Priority changed from normal to highest
    • Property Version changed from HEAD to 4.11
    • Property Milestone changed from 4.11 to 5.0
  • Ticket #2087 – Description

    v5 v8  
    11This is a new sample that I've adapted from the Lawrence Livermore POSIX Pthreads tutorial: https://computing.llnl.gov/tutorials/pthreads/
    2 
    32This is the first in a planned series of examples for RTEMS POSIX development. This one shows how to create/join/end pthreads.
    4 
    53Please tell if you have any comments/suggestions.
    6 
    74~Christopher Kerl