[RTEMS Project] #3188: Add C11 Threading Examples
RTEMS trac
trac at rtems.org
Thu Oct 12 19:23:27 UTC 2017
#3188: Add C11 Threading Examples
---------------------------+----------------------------
Reporter: Joel Sherrill | Owner: Joel Sherrill
Type: enhancement | Status: closed
Priority: normal | Milestone: 4.12.0
Component: unspecified | Version: 4.12
Severity: normal | Resolution: fixed
Keywords: |
---------------------------+----------------------------
Changes (by Joel Sherrill <joel@…>):
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"1963961794e16b1bb263cc4514cac3c7382b416a/examples-v2"
1963961/examples-v2]:
{{{
#!CommitTicketReference repository="examples-v2"
revision="1963961794e16b1bb263cc4514cac3c7382b416a"
Add examples for using the entire C11 <threads.h> API.
c11_thread01 - multiple threads, arguments, yield, sleep
c11_mutex01 - mutual exclusion, blocking, timeout
c11_cndvar01 - use condition variable to signal data arrival
c11_key01 - per thread storage
Closes #3188.
}}}
--
Ticket URL: <http://devel.rtems.org/ticket/3188#comment:3>
RTEMS Project <http://www.rtems.org/>
RTEMS Project
More information about the bugs
mailing list