Skip to content
Commit dd56ad71 authored by David Horstmann's avatar David Horstmann Committed by Lingkai Dong
Browse files

Implement joinable threads



Allow threads to be joinable in the CMSIS/ThreadX layer and implement
the osThreadJoin() and osThreadDetach() functions.

Joinable threads are implemented as threads that have a semaphore in
their thread extension struct (tx_cmsis_thread_ext_t).

Signed-off-by: David Horstmann's avatarDavid Horstmann <david.horstmann@arm.com>
parent 53ec634e
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment