Home
last modified time | relevance | path

Searched refs:osThreadJoinable (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/tests/subsys/portability/cmsis_rtos_v2/src/
Dthread_apis.c277 attr.attr_bits = osThreadJoinable; in ZTEST()
345 attr.attr_bits = osThreadJoinable; in ZTEST()
367 attr.attr_bits = osThreadJoinable; in ZTEST()
/Zephyr-latest/subsys/portability/cmsis_rtos_v2/
Dthread.c481 if (tid->attr_bits != osThreadJoinable) { in osThreadJoin()
493 if (tid->has_joined && (tid->attr_bits == osThreadJoinable)) { in osThreadJoin()
/Zephyr-latest/include/zephyr/portability/
Dcmsis_os2.h187 #define osThreadJoinable 0x00000001U /* /< Thread created in joinable mode */ macro