Searched refs:cy_thread_wrapper_t (Results 1 – 1 of 1) sorted by relevance
123 } cy_thread_wrapper_t; typedef144 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()