Searched refs:cy_thread_t (Results 1 – 13 of 13) sorted by relevance
| /hal_infineon-latest/abstraction-rtos/include/ |
| D | cyabs_rtos.h | 220 cy_rslt_t cy_rtos_thread_create(cy_thread_t* thread, cy_thread_entry_fn_t entry_function, 253 cy_rslt_t cy_rtos_thread_terminate(cy_thread_t* thread); 264 cy_rslt_t cy_rtos_thread_join(cy_thread_t* thread); 277 cy_rslt_t cy_rtos_thread_is_running(cy_thread_t* thread, bool* running); 288 cy_rslt_t cy_rtos_thread_get_state(cy_thread_t* thread, cy_thread_state_t* state); 298 cy_rslt_t cy_rtos_thread_get_handle(cy_thread_t* thread); 326 cy_rslt_t cy_rtos_thread_set_notification(cy_thread_t* thread); 342 cy_rslt_t cy_rtos_thread_get_name(cy_thread_t* thread, const char** thread_name);
|
| D | cy_worker_thread.h | 93 cy_thread_t thread; /**< Thread object */
|
| /hal_infineon-latest/abstraction-rtos/source/COMPONENT_THREADX/ |
| D | cyabs_rtos_threadx.c | 129 cy_rslt_t cy_rtos_thread_create(cy_thread_t* thread, cy_thread_entry_fn_t entry_function, in cy_rtos_thread_create() 170 *thread = (cy_thread_t)wrapper_ptr; in cy_rtos_thread_create() 201 cy_rslt_t cy_rtos_thread_terminate(cy_thread_t* thread) in cy_rtos_thread_terminate() 215 cy_rslt_t cy_rtos_thread_is_running(cy_thread_t* thread, bool* running) in cy_rtos_thread_is_running() 231 cy_rslt_t cy_rtos_thread_get_state(cy_thread_t* thread, cy_thread_state_t* state) in cy_rtos_thread_get_state() 295 cy_rslt_t cy_rtos_thread_join(cy_thread_t* thread) in cy_rtos_thread_join() 360 cy_rslt_t cy_rtos_thread_get_handle(cy_thread_t* thread) in cy_rtos_thread_get_handle() 399 cy_rslt_t cy_rtos_thread_set_notification(cy_thread_t* thread) in cy_rtos_thread_set_notification() 415 cy_rslt_t cy_rtos_thread_get_name(cy_thread_t* thread, const char** thread_name) in cy_rtos_thread_get_name()
|
| /hal_infineon-latest/abstraction-rtos/source/COMPONENT_FREERTOS/ |
| D | cyabs_rtos_freertos.c | 86 cy_rslt_t cy_rtos_thread_create(cy_thread_t* thread, cy_thread_entry_fn_t entry_function, in cy_rtos_thread_create() 194 cy_rslt_t cy_rtos_thread_terminate(cy_thread_t* thread) in cy_rtos_thread_terminate() 223 cy_rslt_t cy_rtos_thread_is_running(cy_thread_t* thread, bool* running) in cy_rtos_thread_is_running() 243 cy_rslt_t cy_rtos_thread_get_state(cy_thread_t* thread, cy_thread_state_t* state) in cy_rtos_thread_get_state() 290 cy_rslt_t cy_rtos_thread_join(cy_thread_t* thread) in cy_rtos_thread_join() 316 cy_rslt_t cy_rtos_thread_get_handle(cy_thread_t* thread) in cy_rtos_thread_get_handle() 357 cy_rslt_t cy_rtos_thread_set_notification(cy_thread_t* thread) in cy_rtos_thread_set_notification() 387 cy_rslt_t cy_rtos_thread_get_name(cy_thread_t* thread, const char** thread_name) in cy_rtos_thread_get_name()
|
| /hal_infineon-latest/abstraction-rtos/source/COMPONENT_RTX/ |
| D | cyabs_rtos_rtxv5.c | 134 cy_rslt_t cy_rtos_thread_create(cy_thread_t* thread, cy_thread_entry_fn_t entry_function, in cy_rtos_thread_create() 209 cy_rslt_t cy_rtos_thread_terminate(cy_thread_t* thread) in cy_rtos_thread_terminate() 231 cy_rslt_t cy_rtos_thread_is_running(cy_thread_t* thread, bool* running) in cy_rtos_thread_is_running() 251 cy_rslt_t cy_rtos_thread_get_state(cy_thread_t* thread, cy_thread_state_t* state) in cy_rtos_thread_get_state() 298 cy_rslt_t cy_rtos_thread_join(cy_thread_t* thread) in cy_rtos_thread_join() 326 cy_rslt_t cy_rtos_thread_get_handle(cy_thread_t* thread) in cy_rtos_thread_get_handle() 364 cy_rslt_t cy_rtos_thread_set_notification(cy_thread_t* thread) in cy_rtos_thread_set_notification() 393 cy_rslt_t cy_rtos_thread_get_name(cy_thread_t* thread, const char** thread_name) in cy_rtos_thread_get_name()
|
| /hal_infineon-latest/abstraction-rtos/include/Template/ |
| D | cyabs_rtos_impl.h | 86 typedef void* /* TODO: Replace with RTOS specific type*/ cy_thread_t; typedef
|
| /hal_infineon-latest/wifi-host-driver/WiFi_Host_Driver/src/include/ |
| D | whd_thread.h | 56 cy_thread_t whd_thread;
|
| /hal_infineon-latest/abstraction-rtos/include/COMPONENT_RTX/ |
| D | cyabs_rtos_impl.h | 66 typedef osThreadId_t cy_thread_t; /** CMSIS definition of a thread handle */ typedef
|
| /hal_infineon-latest/abstraction-rtos/include/COMPONENT_THREADX/ |
| D | cyabs_rtos_impl.h | 98 typedef TX_THREAD* cy_thread_t; typedef
|
| /hal_infineon-latest/abstraction-rtos/include/COMPONENT_FREERTOS/ |
| D | cyabs_rtos_impl.h | 85 typedef TaskHandle_t cy_thread_t; typedef
|
| /hal_infineon-latest/btstack-integration/COMPONENT_BTSS-IPC/platform/common/ |
| D | cybt_debug_uart.c | 81 cy_thread_t cybt_debug_uart_tx_task; 83 cy_thread_t cybt_debug_uart_rx_task;
|
| /hal_infineon-latest/btstack-integration/COMPONENT_BTSS-IPC/platform/ipc/ |
| D | cybt_bt_task.c | 55 static cy_thread_t bt_task = 0;
|
| /hal_infineon-latest/abstraction-rtos/ |
| D | README.md | 82 - `cy_thread_t` : typedef from underlying RTOS thread type
|