| /ThreadX-v6.3.0/common_smp/src/ |
| D | tx_trace_object_register.c | 86 UINT found, loop_break; in _tx_trace_object_register() local 108 found = entries; in _tx_trace_object_register() 127 found = i; in _tx_trace_object_register() 137 found = i; in _tx_trace_object_register() 154 if (found == entries) in _tx_trace_object_register() 156 found = i; in _tx_trace_object_register() 163 … work_ptr = TX_UCHAR_POINTER_ADD(work_ptr, ((sizeof(TX_TRACE_OBJECT_ENTRY))*found)); in _tx_trace_object_register() 168 found = i; in _tx_trace_object_register() 187 if (found < entries) in _tx_trace_object_register() 194 if ((found + ((ULONG) 1)) < entries) in _tx_trace_object_register() [all …]
|
| /ThreadX-v6.3.0/common/src/ |
| D | tx_trace_object_register.c | 86 UINT found, loop_break; in _tx_trace_object_register() local 108 found = entries; in _tx_trace_object_register() 127 found = i; in _tx_trace_object_register() 137 found = i; in _tx_trace_object_register() 154 if (found == entries) in _tx_trace_object_register() 156 found = i; in _tx_trace_object_register() 163 … work_ptr = TX_UCHAR_POINTER_ADD(work_ptr, ((sizeof(TX_TRACE_OBJECT_ENTRY))*found)); in _tx_trace_object_register() 168 found = i; in _tx_trace_object_register() 187 if (found < entries) in _tx_trace_object_register() 194 if ((found + ((ULONG) 1)) < entries) in _tx_trace_object_register() [all …]
|
| /ThreadX-v6.3.0/test/ports/ |
| D | azrtos_setenv_arm_ds_2020_0.bat | 9 ECHO ERROR: ARM Developer Studio directory not found 15 ECHO ERROR: armds_idec.exe not found 18 ECHO INFO: armds_idec.exe found at %AZRTOS_ARM_DS_IDEC% 23 ECHO ERROR: armdbg.exe not found 26 ECHO INFO: armdbg.exe found at %AZRTOS_ARM_DS_DBG%
|
| D | azrtos_setenv_arm_ds_2020_1.bat | 9 ECHO ERROR: ARM Developer Studio directory not found 15 ECHO ERROR: armds_idec.exe not found 18 ECHO INFO: armds_idec.exe found at %AZRTOS_ARM_DS_IDEC% 23 ECHO ERROR: armdbg.exe not found 26 ECHO INFO: armdbg.exe found at %AZRTOS_ARM_DS_DBG%
|
| D | azrtos_setenv_arm_ds_2021_0.bat | 9 ECHO ERROR: ARM Developer Studio directory not found 15 ECHO ERROR: armds_idec.exe not found 18 ECHO INFO: armds_idec.exe found at %AZRTOS_ARM_DS_IDEC% 23 ECHO ERROR: armdbg.exe not found 26 ECHO INFO: armdbg.exe found at %AZRTOS_ARM_DS_DBG%
|
| D | azrtos_setenv_arm_ds_2021_1.bat | 9 ECHO ERROR: ARM Developer Studio directory not found 15 ECHO ERROR: armds_idec.exe not found 18 ECHO INFO: armds_idec.exe found at %AZRTOS_ARM_DS_IDEC% 23 ECHO ERROR: armdbg.exe not found 26 ECHO INFO: armdbg.exe found at %AZRTOS_ARM_DS_DBG%
|
| D | azrtos_setenv_arm_ds_2021_2.bat | 9 ECHO ERROR: ARM Developer Studio directory not found 15 ECHO ERROR: armds_idec.exe not found 18 ECHO INFO: armds_idec.exe found at %AZRTOS_ARM_DS_IDEC% 23 ECHO ERROR: armdbg.exe not found 26 ECHO INFO: armdbg.exe found at %AZRTOS_ARM_DS_DBG%
|
| D | azrtos_setenv_ghs.bat | 14 ECHO ERROR: Green Hills Software compiler directory not found. 20 ECHO ERROR: gbuild.exe not found at %AZRTOS_GHS_COMP_GBUILD% 23 ECHO INFO: gbuild.exe found at %AZRTOS_GHS_COMP_GBUILD% 33 ECHO ERROR: Green Hills Software MULTI directory not found. 39 ECHO ERROR: multi.exe not found at %AZRTOS_GHS_MULTI_MULTI% 42 ECHO INFO: multi.exe found at %AZRTOS_GHS_MULTI_MULTI%
|
| D | azrtos_setenv_mdk4.bat | 7 ECHO ERROR: KEIL uVision directory not found 13 ECHO ERROR: uv4.exe not found 17 ECHO INFO: uv4.exe found at %AZRTOS_KEIL_UV%
|
| D | azrtos_setenv_mdk5.bat | 7 ECHO ERROR: KEIL uVision directory not found 13 ECHO ERROR: uv4.exe not found 17 ECHO INFO: uv4.exe found at %AZRTOS_KEIL_UV%
|
| D | azrtos_setenv_iar.bat | 14 ECHO ERROR: IAR Embedded Workbench not found. 20 ECHO ERROR: IarBuild.exe not found. 23 ECHO INFO: IarBuild.exe found at %AZRTOS_IAR_BUILD%
|
| /ThreadX-v6.3.0/common_modules/module_manager/src/ |
| D | txm_module_manager_callback_request.c | 77 UINT found; in _txm_module_manager_callback_request() local 97 found = TX_FALSE; in _txm_module_manager_callback_request() 121 found = TX_TRUE; in _txm_module_manager_callback_request() 146 if (found == TX_FALSE) in _txm_module_manager_callback_request()
|
| /ThreadX-v6.3.0/ports/cortex_m3/ghs/src/ |
| D | tx_el.c | 370 UINT found; in _tx_el_thread_unregister() local 383 found = TX_TRUE; in _tx_el_thread_unregister() 393 found = TX_FALSE; in _tx_el_thread_unregister() 416 if (found) in _tx_el_thread_unregister() 432 if (found) in _tx_el_thread_unregister()
|
| /ThreadX-v6.3.0/ports/cortex_r4/ghs/src/ |
| D | tx_el.c | 370 UINT found; in _tx_el_thread_unregister() local 383 found = TX_TRUE; in _tx_el_thread_unregister() 393 found = TX_FALSE; in _tx_el_thread_unregister() 416 if (found) in _tx_el_thread_unregister() 432 if (found) in _tx_el_thread_unregister()
|
| /ThreadX-v6.3.0/ports/cortex_m4/ghs/src/ |
| D | tx_el.c | 370 UINT found; in _tx_el_thread_unregister() local 383 found = TX_TRUE; in _tx_el_thread_unregister() 393 found = TX_FALSE; in _tx_el_thread_unregister() 416 if (found) in _tx_el_thread_unregister() 432 if (found) in _tx_el_thread_unregister()
|
| /ThreadX-v6.3.0/ports/cortex_m7/ghs/src/ |
| D | tx_el.c | 370 UINT found; in _tx_el_thread_unregister() local 383 found = TX_TRUE; in _tx_el_thread_unregister() 393 found = TX_FALSE; in _tx_el_thread_unregister() 416 if (found) in _tx_el_thread_unregister() 432 if (found) in _tx_el_thread_unregister()
|
| /ThreadX-v6.3.0/ports/cortex_a8/ghs/src/ |
| D | tx_el.c | 370 UINT found; in _tx_el_thread_unregister() local 383 found = TX_TRUE; in _tx_el_thread_unregister() 393 found = TX_FALSE; in _tx_el_thread_unregister() 416 if (found) in _tx_el_thread_unregister() 432 if (found) in _tx_el_thread_unregister()
|
| /ThreadX-v6.3.0/ports/cortex_a9/ghs/src/ |
| D | tx_el.c | 370 UINT found; in _tx_el_thread_unregister() local 383 found = TX_TRUE; in _tx_el_thread_unregister() 393 found = TX_FALSE; in _tx_el_thread_unregister() 416 if (found) in _tx_el_thread_unregister() 432 if (found) in _tx_el_thread_unregister()
|
| /ThreadX-v6.3.0/ports/cortex_r5/ghs/src/ |
| D | tx_el.c | 370 UINT found; in _tx_el_thread_unregister() local 383 found = TX_TRUE; in _tx_el_thread_unregister() 393 found = TX_FALSE; in _tx_el_thread_unregister() 416 if (found) in _tx_el_thread_unregister() 432 if (found) in _tx_el_thread_unregister()
|
| /ThreadX-v6.3.0/ports/cortex_r7/ghs/src/ |
| D | tx_el.c | 370 UINT found; in _tx_el_thread_unregister() local 383 found = TX_TRUE; in _tx_el_thread_unregister() 393 found = TX_FALSE; in _tx_el_thread_unregister() 416 if (found) in _tx_el_thread_unregister() 432 if (found) in _tx_el_thread_unregister()
|
| /ThreadX-v6.3.0/ports_smp/mips32_interaptiv_smp/green/src/ |
| D | tx_el.c | 371 UINT found; in _tx_el_thread_unregister() local 384 found = TX_TRUE; in _tx_el_thread_unregister() 394 found = TX_FALSE; in _tx_el_thread_unregister() 417 if (found) in _tx_el_thread_unregister() 433 if (found) in _tx_el_thread_unregister()
|
| /ThreadX-v6.3.0/ports_arch/ARMv7-M/threadx/ghs/src/ |
| D | tx_el.c | 370 UINT found; in _tx_el_thread_unregister() local 383 found = TX_TRUE; in _tx_el_thread_unregister() 393 found = TX_FALSE; in _tx_el_thread_unregister() 416 if (found) in _tx_el_thread_unregister() 432 if (found) in _tx_el_thread_unregister()
|
| /ThreadX-v6.3.0/ports_smp/cortex_a5x_smp/green/src/ |
| D | tx_el.c | 371 UINT found; in _tx_el_thread_unregister() local 384 found = TX_TRUE; in _tx_el_thread_unregister() 394 found = TX_FALSE; in _tx_el_thread_unregister() 417 if (found) in _tx_el_thread_unregister() 433 if (found) in _tx_el_thread_unregister()
|
| /ThreadX-v6.3.0/ports/cortex_a5/ghs/src/ |
| D | tx_el.c | 370 UINT found; in _tx_el_thread_unregister() local 383 found = TX_TRUE; in _tx_el_thread_unregister() 393 found = TX_FALSE; in _tx_el_thread_unregister() 416 if (found) in _tx_el_thread_unregister() 432 if (found) in _tx_el_thread_unregister()
|
| /ThreadX-v6.3.0/ports/cortex_a7/ghs/src/ |
| D | tx_el.c | 370 UINT found; in _tx_el_thread_unregister() local 383 found = TX_TRUE; in _tx_el_thread_unregister() 393 found = TX_FALSE; in _tx_el_thread_unregister() 416 if (found) in _tx_el_thread_unregister() 432 if (found) in _tx_el_thread_unregister()
|