mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-02 19:52:26 +00:00
Implements osThreadJoin and osThreadDetach. This implementation uses a semaphore to signal when a thread is exiting so any join operations are signalled to continue. It supports multiple join operations on a single thread, and ensures joins are aborted if a thread is detached. Signed-off-by: Carlos Stuart <carlosstuart1970@gmail.com> |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
event_flags.c | ||
Kconfig | ||
kernel.c | ||
mempool.c | ||
msgq.c | ||
mutex.c | ||
semaphore.c | ||
thread_flags.c | ||
thread.c | ||
timer.c | ||
wrapper.h |