| D | cyabs_rtos.h | 849 #define cy_rtos_create_thread(thread, entry_function, name, stack, stack_size, priority, arg) \ argument 863 #define cy_rtos_is_thread_running(thread, running) \ argument 877 #define cy_rtos_set_thread_notification(thread, in_isr) \ argument 903 #define cy_rtos_get_thread_state(thread, state) cy_rtos_thread_get_state(thread, state) argument 914 #define cy_rtos_join_thread(thread) cy_rtos_thread_join(thread) argument 924 #define cy_rtos_get_thread_handle(thread) cy_rtos_thread_get_handle(thread) argument 940 #define cy_rtos_terminate_thread(thread) cy_rtos_thread_terminate(thread) argument
|