Home
last modified time | relevance | path

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

/hal_infineon-latest/abstraction-rtos/source/COMPONENT_THREADX/
Dcyabs_rtos_threadx.c123 } cy_thread_wrapper_t; typedef
144 size_t malloc_size = sizeof(cy_thread_wrapper_t); in cy_rtos_thread_create()
155 cy_thread_wrapper_t* wrapper_ptr; in cy_rtos_thread_create()
160 wrapper_ptr = (cy_thread_wrapper_t*)((uint32_t)buffer + stack_size); in cy_rtos_thread_create()
341 cy_thread_wrapper_t* wrapper_ptr = (cy_thread_wrapper_t*)(*thread); in cy_rtos_thread_join()