Home
last modified time | relevance | path

Searched refs:k_thread_wrapper_t (Results 1 – 2 of 2) sorted by relevance

/Zephyr-Core-3.7.0/modules/hal_infineon/abstraction-rtos/include/COMPONENT_ZEPHYR/
Dcyabs_rtos_impl.h64 } k_thread_wrapper_t; typedef
76 typedef k_thread_wrapper_t *cy_thread_t;
/Zephyr-Core-3.7.0/modules/hal_infineon/abstraction-rtos/source/COMPONENT_ZEPHYR/
Dcyabs_rtos_zephyr.c120 *thread = k_malloc(sizeof(k_thread_wrapper_t)); in cy_rtos_create_thread()