Home
last modified time | relevance | path

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

/hal_infineon-latest/abstraction-rtos/source/COMPONENT_THREADX/
Dcyabs_rtos_threadx.c155 cy_thread_wrapper_t* wrapper_ptr; in cy_rtos_thread_create() local
160 wrapper_ptr = (cy_thread_wrapper_t*)((uint32_t)buffer + stack_size); in cy_rtos_thread_create()
161 wrapper_ptr->memptr = stack; in cy_rtos_thread_create()
165 wrapper_ptr = buffer; in cy_rtos_thread_create()
166 wrapper_ptr->memptr = NULL; in cy_rtos_thread_create()
168 wrapper_ptr->magic = WRAPPER_IDENT; in cy_rtos_thread_create()
170 *thread = (cy_thread_t)wrapper_ptr; in cy_rtos_thread_create()
341 cy_thread_wrapper_t* wrapper_ptr = (cy_thread_wrapper_t*)(*thread); in cy_rtos_thread_join() local
342 if (wrapper_ptr->magic == WRAPPER_IDENT) in cy_rtos_thread_join()
344 if (wrapper_ptr->memptr != NULL) in cy_rtos_thread_join()
[all …]