Home
last modified time | relevance | path

Searched refs:osThreadTerminate (Results 1 – 9 of 9) sorted by relevance

/Zephyr-latest/tests/subsys/portability/cmsis_rtos_v1/src/
Dthread_apis.c115 status = osThreadTerminate(id3); in ZTEST()
124 status = osThreadTerminate(id3); in ZTEST()
Dthread_instance.c43 status = osThreadTerminate(id2); in ZTEST()
Dsignal.c89 osThreadTerminate(id1); in ZTEST()
112 osThreadTerminate(id1); in ZTEST()
/Zephyr-latest/tests/subsys/portability/cmsis_rtos_v2/src/
Dthread_apis.c222 status = osThreadTerminate(id3); in thread_prior_common()
231 status = osThreadTerminate(id3); in thread_prior_common()
377 status = osThreadTerminate(tA); in ZTEST()
/Zephyr-latest/subsys/portability/cmsis_rtos_v1/
Dcmsis_thread.c195 osStatus osThreadTerminate(osThreadId thread_id) in osThreadTerminate() function
/Zephyr-latest/include/zephyr/portability/
Dcmsis_os.h324 osStatus osThreadTerminate (osThreadId thread_id);
Dcmsis_os2.h435 osStatus_t osThreadTerminate(osThreadId_t thread_id);
/Zephyr-latest/subsys/portability/cmsis_rtos_v2/
Dthread.c522 osStatus_t osThreadTerminate(osThreadId_t thread_id) in osThreadTerminate() function
/Zephyr-latest/doc/releases/
Drelease-notes-2.7.rst1491 * :github:`37159` - osThreadTerminate does not decrease the instances counter