| /ThreadX-v6.2.1/ports_module/cortex_a35/ac6/example_build/sample_threadx_module/ |
| D | sample_threadx_module.c | 109 while (status != TX_SUCCESS); in demo_module_start() 111 while (status != TX_SUCCESS); in demo_module_start() 113 while (status != TX_SUCCESS); in demo_module_start() 115 while (status != TX_SUCCESS); in demo_module_start() 117 while (status != TX_SUCCESS); in demo_module_start() 119 while (status != TX_SUCCESS); in demo_module_start() 121 while (status != TX_SUCCESS); in demo_module_start() 123 while (status != TX_SUCCESS); in demo_module_start() 125 while (status != TX_SUCCESS); in demo_module_start() 127 while (status != TX_SUCCESS); in demo_module_start() [all …]
|
| /ThreadX-v6.2.1/ports_module/cortex_a35/gnu/example_build/sample_threadx_module/ |
| D | sample_threadx_module.c | 109 while (status != TX_SUCCESS); in demo_module_start() 111 while (status != TX_SUCCESS); in demo_module_start() 113 while (status != TX_SUCCESS); in demo_module_start() 115 while (status != TX_SUCCESS); in demo_module_start() 117 while (status != TX_SUCCESS); in demo_module_start() 119 while (status != TX_SUCCESS); in demo_module_start() 121 while (status != TX_SUCCESS); in demo_module_start() 123 while (status != TX_SUCCESS); in demo_module_start() 125 while (status != TX_SUCCESS); in demo_module_start() 127 while (status != TX_SUCCESS); in demo_module_start() [all …]
|
| /ThreadX-v6.2.1/ports_module/cortex_a35_smp/ac6/example_build/sample_threadx_module/ |
| D | sample_threadx_module.c | 109 while (status != TX_SUCCESS); in demo_module_start() 111 while (status != TX_SUCCESS); in demo_module_start() 113 while (status != TX_SUCCESS); in demo_module_start() 115 while (status != TX_SUCCESS); in demo_module_start() 117 while (status != TX_SUCCESS); in demo_module_start() 119 while (status != TX_SUCCESS); in demo_module_start() 121 while (status != TX_SUCCESS); in demo_module_start() 123 while (status != TX_SUCCESS); in demo_module_start() 125 while (status != TX_SUCCESS); in demo_module_start() 127 while (status != TX_SUCCESS); in demo_module_start() [all …]
|
| /ThreadX-v6.2.1/ports_module/cortex_a35_smp/gnu/example_build/sample_threadx_module/ |
| D | sample_threadx_module.c | 109 while (status != TX_SUCCESS); in demo_module_start() 111 while (status != TX_SUCCESS); in demo_module_start() 113 while (status != TX_SUCCESS); in demo_module_start() 115 while (status != TX_SUCCESS); in demo_module_start() 117 while (status != TX_SUCCESS); in demo_module_start() 119 while (status != TX_SUCCESS); in demo_module_start() 121 while (status != TX_SUCCESS); in demo_module_start() 123 while (status != TX_SUCCESS); in demo_module_start() 125 while (status != TX_SUCCESS); in demo_module_start() 127 while (status != TX_SUCCESS); in demo_module_start() [all …]
|
| /ThreadX-v6.2.1/ports/c667x/ccs/example_build/sample_threadx_c6678evm/ |
| D | sample_threadx.c | 94 …((status = tx_trace_enable(tx_trace_buffer, TRACE_BUFFER_SIZE, TRACE_OBJECTS_COUNT)) != TX_SUCCESS) in tx_application_define() 100 if ((status = tx_thread_stack_error_notify(my_stack_error_handler)) != TX_SUCCESS) in tx_application_define() 107 if (status != TX_SUCCESS) in tx_application_define() 117 if (status != TX_SUCCESS) in tx_application_define() 126 if (status != TX_SUCCESS) in tx_application_define() 133 if (status != TX_SUCCESS) in tx_application_define() 144 if (status != TX_SUCCESS) in tx_application_define() 151 if (status != TX_SUCCESS) in tx_application_define() 159 if (status != TX_SUCCESS) in tx_application_define() 166 if (status != TX_SUCCESS) in tx_application_define() [all …]
|
| /ThreadX-v6.2.1/ports/c667x/ccs/example_build/sample_threadx_ta6678fmc/ |
| D | sample_threadx.c | 94 …((status = tx_trace_enable(tx_trace_buffer, TRACE_BUFFER_SIZE, TRACE_OBJECTS_COUNT)) != TX_SUCCESS) in tx_application_define() 100 if ((status = tx_thread_stack_error_notify(my_stack_error_handler)) != TX_SUCCESS) in tx_application_define() 107 if (status != TX_SUCCESS) in tx_application_define() 117 if (status != TX_SUCCESS) in tx_application_define() 126 if (status != TX_SUCCESS) in tx_application_define() 133 if (status != TX_SUCCESS) in tx_application_define() 144 if (status != TX_SUCCESS) in tx_application_define() 151 if (status != TX_SUCCESS) in tx_application_define() 159 if (status != TX_SUCCESS) in tx_application_define() 166 if (status != TX_SUCCESS) in tx_application_define() [all …]
|
| /ThreadX-v6.2.1/utility/benchmarks/thread_metric/threadx_example/ |
| D | tm_porting_layer_threadx.c | 145 if (status == TX_SUCCESS) in tm_thread_create() 164 if (status == TX_SUCCESS) in tm_thread_resume() 183 if (status == TX_SUCCESS) in tm_thread_suspend() 224 if (status == TX_SUCCESS) in tm_queue_create() 243 if (status == TX_SUCCESS) in tm_queue_send() 262 if (status == TX_SUCCESS) in tm_queue_receive() 281 if (status == TX_SUCCESS) in tm_semaphore_create() 300 if (status == TX_SUCCESS) in tm_semaphore_get() 319 if (status == TX_SUCCESS) in tm_semaphore_put() 339 if (status == TX_SUCCESS) in tm_memory_pool_create() [all …]
|
| /ThreadX-v6.2.1/common_smp/src/ |
| D | tx_thread_suspend.c | 101 status = TX_SUCCESS; in _tx_thread_suspend() 127 if (status == TX_SUCCESS) in _tx_thread_suspend() 164 status = TX_SUCCESS; in _tx_thread_suspend() 168 return(TX_SUCCESS); in _tx_thread_suspend() 188 status = TX_SUCCESS; in _tx_thread_suspend() 197 status = TX_SUCCESS; in _tx_thread_suspend()
|
| D | txe_byte_allocate.c | 94 status = TX_SUCCESS; in _txe_byte_allocate() 156 if (status == TX_SUCCESS) in _txe_byte_allocate() 173 if (status == TX_SUCCESS) in _txe_byte_allocate() 191 if (status == TX_SUCCESS) in _txe_byte_allocate()
|
| /ThreadX-v6.2.1/utility/rtos_compatibility_layers/FreeRTOS/ |
| D | tx_freertos.c | 82 if(ret != TX_SUCCESS) { in txfr_malloc() 98 if(ret != TX_SUCCESS) { in txfr_free() 116 if(ret != TX_SUCCESS) { in txfr_idle_task_entry() 135 if(ret != TX_SUCCESS) { in txfr_idle_task_entry() 140 if(ret != TX_SUCCESS) { in txfr_idle_task_entry() 172 if(ret != TX_SUCCESS) { in tx_freertos_auto_init() 195 if(ret != TX_SUCCESS) { in tx_freertos_init() 204 if(ret != TX_SUCCESS) { in tx_freertos_init() 210 if(ret != TX_SUCCESS) { in tx_freertos_init() 215 return TX_SUCCESS; in tx_freertos_init() [all …]
|
| /ThreadX-v6.2.1/common/src/ |
| D | txe_byte_allocate.c | 94 status = TX_SUCCESS; in _txe_byte_allocate() 156 if (status == TX_SUCCESS) in _txe_byte_allocate() 173 if (status == TX_SUCCESS) in _txe_byte_allocate() 191 if (status == TX_SUCCESS) in _txe_byte_allocate()
|
| /ThreadX-v6.2.1/ports/xtensa/xcc/src/ |
| D | xtensa_overlay_os_hook.c | 73 if (status != TX_SUCCESS) { in xt_overlay_init_os() 88 if (status != TX_SUCCESS) { in xt_overlay_lock() 103 if (status != TX_SUCCESS) { in xt_overlay_unlock()
|
| /ThreadX-v6.2.1/ports/arm11/ac5/example_build/ |
| D | sample_threadx.c | 197 if (status != TX_SUCCESS) in thread_0_entry() 220 if (status != TX_SUCCESS) in thread_1_entry() 247 if ((status != TX_SUCCESS) || (received_message != thread_2_messages_received)) in thread_2_entry() 277 if (status != TX_SUCCESS) in thread_3_and_4_entry() 287 if (status != TX_SUCCESS) in thread_3_and_4_entry() 312 if ((status != TX_SUCCESS) || (actual_flags != 0x1)) in thread_5_entry() 339 if (status != TX_SUCCESS) in thread_6_and_7_entry() 348 if (status != TX_SUCCESS) in thread_6_and_7_entry() 358 if (status != TX_SUCCESS) in thread_6_and_7_entry() 366 if (status != TX_SUCCESS) in thread_6_and_7_entry()
|
| /ThreadX-v6.2.1/ports/arm11/gnu/example_build/ |
| D | sample_threadx.c | 197 if (status != TX_SUCCESS) in thread_0_entry() 220 if (status != TX_SUCCESS) in thread_1_entry() 247 if ((status != TX_SUCCESS) || (received_message != thread_2_messages_received)) in thread_2_entry() 277 if (status != TX_SUCCESS) in thread_3_and_4_entry() 287 if (status != TX_SUCCESS) in thread_3_and_4_entry() 312 if ((status != TX_SUCCESS) || (actual_flags != 0x1)) in thread_5_entry() 339 if (status != TX_SUCCESS) in thread_6_and_7_entry() 348 if (status != TX_SUCCESS) in thread_6_and_7_entry() 358 if (status != TX_SUCCESS) in thread_6_and_7_entry() 366 if (status != TX_SUCCESS) in thread_6_and_7_entry()
|
| /ThreadX-v6.2.1/ports/cortex_a7/ac5/example_build/ |
| D | sample_threadx.c | 197 if (status != TX_SUCCESS) in thread_0_entry() 220 if (status != TX_SUCCESS) in thread_1_entry() 247 if ((status != TX_SUCCESS) || (received_message != thread_2_messages_received)) in thread_2_entry() 277 if (status != TX_SUCCESS) in thread_3_and_4_entry() 287 if (status != TX_SUCCESS) in thread_3_and_4_entry() 312 if ((status != TX_SUCCESS) || (actual_flags != 0x1)) in thread_5_entry() 339 if (status != TX_SUCCESS) in thread_6_and_7_entry() 348 if (status != TX_SUCCESS) in thread_6_and_7_entry() 358 if (status != TX_SUCCESS) in thread_6_and_7_entry() 366 if (status != TX_SUCCESS) in thread_6_and_7_entry()
|
| /ThreadX-v6.2.1/ports/cortex_a12/gnu/example_build/ |
| D | sample_threadx.c | 197 if (status != TX_SUCCESS) in thread_0_entry() 220 if (status != TX_SUCCESS) in thread_1_entry() 247 if ((status != TX_SUCCESS) || (received_message != thread_2_messages_received)) in thread_2_entry() 277 if (status != TX_SUCCESS) in thread_3_and_4_entry() 287 if (status != TX_SUCCESS) in thread_3_and_4_entry() 312 if ((status != TX_SUCCESS) || (actual_flags != 0x1)) in thread_5_entry() 339 if (status != TX_SUCCESS) in thread_6_and_7_entry() 348 if (status != TX_SUCCESS) in thread_6_and_7_entry() 358 if (status != TX_SUCCESS) in thread_6_and_7_entry() 366 if (status != TX_SUCCESS) in thread_6_and_7_entry()
|
| /ThreadX-v6.2.1/ports/cortex_a7/ac6/example_build/sample_threadx/ |
| D | sample_threadx.c | 197 if (status != TX_SUCCESS) in thread_0_entry() 220 if (status != TX_SUCCESS) in thread_1_entry() 247 if ((status != TX_SUCCESS) || (received_message != thread_2_messages_received)) in thread_2_entry() 277 if (status != TX_SUCCESS) in thread_3_and_4_entry() 287 if (status != TX_SUCCESS) in thread_3_and_4_entry() 312 if ((status != TX_SUCCESS) || (actual_flags != 0x1)) in thread_5_entry() 339 if (status != TX_SUCCESS) in thread_6_and_7_entry() 348 if (status != TX_SUCCESS) in thread_6_and_7_entry() 358 if (status != TX_SUCCESS) in thread_6_and_7_entry() 366 if (status != TX_SUCCESS) in thread_6_and_7_entry()
|
| /ThreadX-v6.2.1/ports/cortex_a7/ac6/example_build/ |
| D | sample_threadx.c | 197 if (status != TX_SUCCESS) in thread_0_entry() 220 if (status != TX_SUCCESS) in thread_1_entry() 247 if ((status != TX_SUCCESS) || (received_message != thread_2_messages_received)) in thread_2_entry() 277 if (status != TX_SUCCESS) in thread_3_and_4_entry() 287 if (status != TX_SUCCESS) in thread_3_and_4_entry() 312 if ((status != TX_SUCCESS) || (actual_flags != 0x1)) in thread_5_entry() 339 if (status != TX_SUCCESS) in thread_6_and_7_entry() 348 if (status != TX_SUCCESS) in thread_6_and_7_entry() 358 if (status != TX_SUCCESS) in thread_6_and_7_entry() 366 if (status != TX_SUCCESS) in thread_6_and_7_entry()
|
| /ThreadX-v6.2.1/ports/cortex_a7/ghs/example_build/ |
| D | sample_threadx.c | 197 if (status != TX_SUCCESS) in thread_0_entry() 220 if (status != TX_SUCCESS) in thread_1_entry() 247 if ((status != TX_SUCCESS) || (received_message != thread_2_messages_received)) in thread_2_entry() 277 if (status != TX_SUCCESS) in thread_3_and_4_entry() 287 if (status != TX_SUCCESS) in thread_3_and_4_entry() 312 if ((status != TX_SUCCESS) || (actual_flags != 0x1)) in thread_5_entry() 339 if (status != TX_SUCCESS) in thread_6_and_7_entry() 348 if (status != TX_SUCCESS) in thread_6_and_7_entry() 358 if (status != TX_SUCCESS) in thread_6_and_7_entry() 366 if (status != TX_SUCCESS) in thread_6_and_7_entry()
|
| /ThreadX-v6.2.1/ports/cortex_m4/ac6/example_build/sample_threadx/ |
| D | sample_threadx.c | 198 if (status != TX_SUCCESS) in thread_0_entry() 221 if (status != TX_SUCCESS) in thread_1_entry() 248 if ((status != TX_SUCCESS) || (received_message != thread_2_messages_received)) in thread_2_entry() 278 if (status != TX_SUCCESS) in thread_3_and_4_entry() 288 if (status != TX_SUCCESS) in thread_3_and_4_entry() 313 if ((status != TX_SUCCESS) || (actual_flags != 0x1)) in thread_5_entry() 340 if (status != TX_SUCCESS) in thread_6_and_7_entry() 349 if (status != TX_SUCCESS) in thread_6_and_7_entry() 359 if (status != TX_SUCCESS) in thread_6_and_7_entry() 367 if (status != TX_SUCCESS) in thread_6_and_7_entry()
|
| /ThreadX-v6.2.1/ports/cortex_a12/ac6/example_build/sample_threadx/ |
| D | sample_threadx.c | 197 if (status != TX_SUCCESS) in thread_0_entry() 220 if (status != TX_SUCCESS) in thread_1_entry() 247 if ((status != TX_SUCCESS) || (received_message != thread_2_messages_received)) in thread_2_entry() 277 if (status != TX_SUCCESS) in thread_3_and_4_entry() 287 if (status != TX_SUCCESS) in thread_3_and_4_entry() 312 if ((status != TX_SUCCESS) || (actual_flags != 0x1)) in thread_5_entry() 339 if (status != TX_SUCCESS) in thread_6_and_7_entry() 348 if (status != TX_SUCCESS) in thread_6_and_7_entry() 358 if (status != TX_SUCCESS) in thread_6_and_7_entry() 366 if (status != TX_SUCCESS) in thread_6_and_7_entry()
|
| /ThreadX-v6.2.1/ports/cortex_a17/ac6/example_build/ |
| D | sample_threadx.c | 197 if (status != TX_SUCCESS) in thread_0_entry() 220 if (status != TX_SUCCESS) in thread_1_entry() 247 if ((status != TX_SUCCESS) || (received_message != thread_2_messages_received)) in thread_2_entry() 277 if (status != TX_SUCCESS) in thread_3_and_4_entry() 287 if (status != TX_SUCCESS) in thread_3_and_4_entry() 312 if ((status != TX_SUCCESS) || (actual_flags != 0x1)) in thread_5_entry() 339 if (status != TX_SUCCESS) in thread_6_and_7_entry() 348 if (status != TX_SUCCESS) in thread_6_and_7_entry() 358 if (status != TX_SUCCESS) in thread_6_and_7_entry() 366 if (status != TX_SUCCESS) in thread_6_and_7_entry()
|
| /ThreadX-v6.2.1/ports/cortex_a17/gnu/example_build/ |
| D | sample_threadx.c | 197 if (status != TX_SUCCESS) in thread_0_entry() 220 if (status != TX_SUCCESS) in thread_1_entry() 247 if ((status != TX_SUCCESS) || (received_message != thread_2_messages_received)) in thread_2_entry() 277 if (status != TX_SUCCESS) in thread_3_and_4_entry() 287 if (status != TX_SUCCESS) in thread_3_and_4_entry() 312 if ((status != TX_SUCCESS) || (actual_flags != 0x1)) in thread_5_entry() 339 if (status != TX_SUCCESS) in thread_6_and_7_entry() 348 if (status != TX_SUCCESS) in thread_6_and_7_entry() 358 if (status != TX_SUCCESS) in thread_6_and_7_entry() 366 if (status != TX_SUCCESS) in thread_6_and_7_entry()
|
| /ThreadX-v6.2.1/ports/cortex_a5/ac5/example_build/ |
| D | sample_threadx.c | 197 if (status != TX_SUCCESS) in thread_0_entry() 220 if (status != TX_SUCCESS) in thread_1_entry() 247 if ((status != TX_SUCCESS) || (received_message != thread_2_messages_received)) in thread_2_entry() 277 if (status != TX_SUCCESS) in thread_3_and_4_entry() 287 if (status != TX_SUCCESS) in thread_3_and_4_entry() 312 if ((status != TX_SUCCESS) || (actual_flags != 0x1)) in thread_5_entry() 339 if (status != TX_SUCCESS) in thread_6_and_7_entry() 348 if (status != TX_SUCCESS) in thread_6_and_7_entry() 358 if (status != TX_SUCCESS) in thread_6_and_7_entry() 366 if (status != TX_SUCCESS) in thread_6_and_7_entry()
|
| /ThreadX-v6.2.1/ports_module/cortex_a35/gnu/example_build/sample_threadx/ |
| D | sample_threadx.c | 204 if (status != TX_SUCCESS) in thread_0_entry() 227 if (status != TX_SUCCESS) in thread_1_entry() 255 if ((status != TX_SUCCESS) || (received_message != thread_2_messages_received)) in thread_2_entry() 285 if (status != TX_SUCCESS) in thread_3_and_4_entry() 295 if (status != TX_SUCCESS) in thread_3_and_4_entry() 320 if ((status != TX_SUCCESS) || (actual_flags != 0x1)) in thread_5_entry() 347 if (status != TX_SUCCESS) in thread_6_and_7_entry() 356 if (status != TX_SUCCESS) in thread_6_and_7_entry() 366 if (status != TX_SUCCESS) in thread_6_and_7_entry() 374 if (status != TX_SUCCESS) in thread_6_and_7_entry()
|