| /ThreadX-v6.3.0/common_smp/src/ |
| D | tx_thread_initialize.c | 62 ULONG _tx_thread_smp_reschedule_pending; 64 volatile ULONG _tx_thread_smp_release_cores_flag; 65 ULONG _tx_thread_smp_system_error; 66 ULONG _tx_thread_smp_inter_core_interrupts[TX_THREAD_SMP_MAX_CORES]; 68 ULONG _tx_thread_smp_protect_wait_list_size; 69 ULONG _tx_thread_smp_protect_wait_list[TX_THREAD_SMP_PROTECT_WAIT_LIST_SIZE]; 70 ULONG _tx_thread_smp_protect_wait_counts[TX_THREAD_SMP_MAX_CORES]; 71 ULONG _tx_thread_smp_protect_wait_list_lock_protect_in_force; 72 ULONG _tx_thread_smp_protect_wait_list_tail; 73 ULONG _tx_thread_smp_protect_wait_list_head; [all …]
|
| D | tx_byte_pool_initialize.c | 43 ULONG _tx_byte_pool_created_count; 50 ULONG _tx_byte_pool_performance_allocate_count; 55 ULONG _tx_byte_pool_performance_release_count; 60 ULONG _tx_byte_pool_performance_merge_count; 65 ULONG _tx_byte_pool_performance_split_count; 70 ULONG _tx_byte_pool_performance_search_count; 75 ULONG _tx_byte_pool_performance_suspension_count; 80 ULONG _tx_byte_pool_performance_timeout_count; 141 _tx_byte_pool_performance_allocate_count = ((ULONG) 0); in _tx_byte_pool_initialize() 142 _tx_byte_pool_performance_release_count = ((ULONG) 0); in _tx_byte_pool_initialize() [all …]
|
| /ThreadX-v6.3.0/common/src/ |
| D | tx_thread_initialize.c | 65 ULONG _tx_thread_created_count; 74 volatile ULONG _tx_thread_system_state = TX_INITIALIZE_IN_PROGRESS; 82 ULONG _tx_thread_priority_maps[TX_MAX_PRIORITIES/32]; 90 ULONG _tx_thread_priority_map_active; 102 ULONG _tx_thread_preempted_maps[TX_MAX_PRIORITIES/32]; 110 ULONG _tx_thread_preempted_map_active; 175 ULONG _tx_build_options; 193 ULONG _tx_thread_performance_resume_count; 199 ULONG _tx_thread_performance_suspend_count; 205 ULONG _tx_thread_performance_solicited_preemption_count; [all …]
|
| D | tx_byte_pool_initialize.c | 43 ULONG _tx_byte_pool_created_count; 50 ULONG _tx_byte_pool_performance_allocate_count; 55 ULONG _tx_byte_pool_performance_release_count; 60 ULONG _tx_byte_pool_performance_merge_count; 65 ULONG _tx_byte_pool_performance_split_count; 70 ULONG _tx_byte_pool_performance_search_count; 75 ULONG _tx_byte_pool_performance_suspension_count; 80 ULONG _tx_byte_pool_performance_timeout_count; 141 _tx_byte_pool_performance_allocate_count = ((ULONG) 0); in _tx_byte_pool_initialize() 142 _tx_byte_pool_performance_release_count = ((ULONG) 0); in _tx_byte_pool_initialize() [all …]
|
| /ThreadX-v6.3.0/ports_smp/mips32_interaptiv_smp/gnu/example_build/ |
| D | demo_threadx.c | 47 ULONG thread_0_counter; 48 ULONG thread_1_counter; 49 ULONG thread_1_messages_sent; 50 ULONG thread_2_counter; 51 ULONG thread_2_messages_received; 52 ULONG thread_3_counter; 53 ULONG thread_4_counter; 54 ULONG thread_5_counter; 55 ULONG thread_6_counter; 56 ULONG thread_7_counter; [all …]
|
| /ThreadX-v6.3.0/ports_smp/mips32_interaptiv_smp/green/example_build/ |
| D | demo_threadx.c | 47 ULONG thread_0_counter; 48 ULONG thread_1_counter; 49 ULONG thread_1_messages_sent; 50 ULONG thread_2_counter; 51 ULONG thread_2_messages_received; 52 ULONG thread_3_counter; 53 ULONG thread_4_counter; 54 ULONG thread_5_counter; 55 ULONG thread_6_counter; 56 ULONG thread_7_counter; [all …]
|
| /ThreadX-v6.3.0/common/inc/ |
| D | tx_thread.h | 63 #define TX_THREAD_ID ((ULONG) 0x54485244) 64 #define TX_THREAD_PRIORITY_GROUP_MASK ((ULONG) 0xFF) 74 #define TX_MOD32_BIT_SET(a,b) (b) = (((ULONG) 1) << ((a)%((UINT)32))); 79 #define TX_MOD32_BIT_SET(a,b) (b) = (((ULONG) 1) << ((a))); 89 #define TX_DIV32_BIT_SET(a,b) (b) = (((ULONG) 1) << ((a)/((UINT) 32))); 132 #define TX_THREAD_SYSTEM_RETURN_CHECK(c) (c) = (ULONG) _tx_thread_preempt_disable; (c) = (c) | T… 157 (b) = ((ULONG) 0); \ 158 (m) = (m) & ((~(m)) + ((ULONG) 1)); \ 159 if ((m) < ((ULONG) 0x10)) \ 161 if ((m) >= ((ULONG) 4)) \ [all …]
|
| D | tx_byte_pool.h | 56 #define TX_BYTE_POOL_ID ((ULONG) 0x42595445) 59 #define TX_BYTE_BLOCK_FREE ((ULONG) 0xFFFFEEEEUL) 63 #define TX_BYTE_BLOCK_MIN ((ULONG) 20) 67 #define TX_BYTE_POOL_MIN ((ULONG) 100) 87 _tx_byte_pool_performance_allocate_count = ((ULONG) 0); \ 88 _tx_byte_pool_performance_release_count = ((ULONG) 0); \ 89 _tx_byte_pool_performance_merge_count = ((ULONG) 0); \ 90 _tx_byte_pool_performance_split_count = ((ULONG) 0); \ 91 _tx_byte_pool_performance_search_count = ((ULONG) 0); \ 92 _tx_byte_pool_performance_suspension_count = ((ULONG) 0); \ [all …]
|
| /ThreadX-v6.3.0/ports/cortex_m3/ghs/src/ |
| D | tx_el.c | 41 ULONG _tx_el_total_events; 43 ULONG _tx_el_time_base_upper; 44 ULONG _tx_el_time_base_lower; 98 ULONG event_log_size; in _tx_el_initialize() 134 *((ULONG *) work_ptr) = event_log_size; in _tx_el_initialize() 135 work_ptr = work_ptr + sizeof(ULONG); in _tx_el_initialize() 141 *((ULONG *) work_ptr) = _tx_el_maximum_events; in _tx_el_initialize() 142 work_ptr = work_ptr + sizeof(ULONG); in _tx_el_initialize() 145 *((ULONG *) work_ptr) = (ULONG) (((ULONG) __ghsbegin_eventlog) + TX_EL_HEADER_SIZE + in _tx_el_initialize() 147 work_ptr = work_ptr + sizeof(ULONG); in _tx_el_initialize() [all …]
|
| /ThreadX-v6.3.0/ports/cortex_r4/ghs/src/ |
| D | tx_el.c | 41 ULONG _tx_el_total_events; 43 ULONG _tx_el_time_base_upper; 44 ULONG _tx_el_time_base_lower; 98 ULONG event_log_size; in _tx_el_initialize() 134 *((ULONG *) work_ptr) = event_log_size; in _tx_el_initialize() 135 work_ptr = work_ptr + sizeof(ULONG); in _tx_el_initialize() 141 *((ULONG *) work_ptr) = _tx_el_maximum_events; in _tx_el_initialize() 142 work_ptr = work_ptr + sizeof(ULONG); in _tx_el_initialize() 145 *((ULONG *) work_ptr) = (ULONG) (((ULONG) __ghsbegin_eventlog) + TX_EL_HEADER_SIZE + in _tx_el_initialize() 147 work_ptr = work_ptr + sizeof(ULONG); in _tx_el_initialize() [all …]
|
| /ThreadX-v6.3.0/ports/cortex_m4/ghs/src/ |
| D | tx_el.c | 41 ULONG _tx_el_total_events; 43 ULONG _tx_el_time_base_upper; 44 ULONG _tx_el_time_base_lower; 98 ULONG event_log_size; in _tx_el_initialize() 134 *((ULONG *) work_ptr) = event_log_size; in _tx_el_initialize() 135 work_ptr = work_ptr + sizeof(ULONG); in _tx_el_initialize() 141 *((ULONG *) work_ptr) = _tx_el_maximum_events; in _tx_el_initialize() 142 work_ptr = work_ptr + sizeof(ULONG); in _tx_el_initialize() 145 *((ULONG *) work_ptr) = (ULONG) (((ULONG) __ghsbegin_eventlog) + TX_EL_HEADER_SIZE + in _tx_el_initialize() 147 work_ptr = work_ptr + sizeof(ULONG); in _tx_el_initialize() [all …]
|
| /ThreadX-v6.3.0/ports/cortex_m7/ghs/src/ |
| D | tx_el.c | 41 ULONG _tx_el_total_events; 43 ULONG _tx_el_time_base_upper; 44 ULONG _tx_el_time_base_lower; 98 ULONG event_log_size; in _tx_el_initialize() 134 *((ULONG *) work_ptr) = event_log_size; in _tx_el_initialize() 135 work_ptr = work_ptr + sizeof(ULONG); in _tx_el_initialize() 141 *((ULONG *) work_ptr) = _tx_el_maximum_events; in _tx_el_initialize() 142 work_ptr = work_ptr + sizeof(ULONG); in _tx_el_initialize() 145 *((ULONG *) work_ptr) = (ULONG) (((ULONG) __ghsbegin_eventlog) + TX_EL_HEADER_SIZE + in _tx_el_initialize() 147 work_ptr = work_ptr + sizeof(ULONG); in _tx_el_initialize() [all …]
|
| /ThreadX-v6.3.0/ports/cortex_a8/ghs/src/ |
| D | tx_el.c | 41 ULONG _tx_el_total_events; 43 ULONG _tx_el_time_base_upper; 44 ULONG _tx_el_time_base_lower; 98 ULONG event_log_size; in _tx_el_initialize() 134 *((ULONG *) work_ptr) = event_log_size; in _tx_el_initialize() 135 work_ptr = work_ptr + sizeof(ULONG); in _tx_el_initialize() 141 *((ULONG *) work_ptr) = _tx_el_maximum_events; in _tx_el_initialize() 142 work_ptr = work_ptr + sizeof(ULONG); in _tx_el_initialize() 145 *((ULONG *) work_ptr) = (ULONG) (((ULONG) __ghsbegin_eventlog) + TX_EL_HEADER_SIZE + in _tx_el_initialize() 147 work_ptr = work_ptr + sizeof(ULONG); in _tx_el_initialize() [all …]
|
| /ThreadX-v6.3.0/ports/cortex_a9/ghs/src/ |
| D | tx_el.c | 41 ULONG _tx_el_total_events; 43 ULONG _tx_el_time_base_upper; 44 ULONG _tx_el_time_base_lower; 98 ULONG event_log_size; in _tx_el_initialize() 134 *((ULONG *) work_ptr) = event_log_size; in _tx_el_initialize() 135 work_ptr = work_ptr + sizeof(ULONG); in _tx_el_initialize() 141 *((ULONG *) work_ptr) = _tx_el_maximum_events; in _tx_el_initialize() 142 work_ptr = work_ptr + sizeof(ULONG); in _tx_el_initialize() 145 *((ULONG *) work_ptr) = (ULONG) (((ULONG) __ghsbegin_eventlog) + TX_EL_HEADER_SIZE + in _tx_el_initialize() 147 work_ptr = work_ptr + sizeof(ULONG); in _tx_el_initialize() [all …]
|
| /ThreadX-v6.3.0/ports/cortex_r5/ghs/src/ |
| D | tx_el.c | 41 ULONG _tx_el_total_events; 43 ULONG _tx_el_time_base_upper; 44 ULONG _tx_el_time_base_lower; 98 ULONG event_log_size; in _tx_el_initialize() 134 *((ULONG *) work_ptr) = event_log_size; in _tx_el_initialize() 135 work_ptr = work_ptr + sizeof(ULONG); in _tx_el_initialize() 141 *((ULONG *) work_ptr) = _tx_el_maximum_events; in _tx_el_initialize() 142 work_ptr = work_ptr + sizeof(ULONG); in _tx_el_initialize() 145 *((ULONG *) work_ptr) = (ULONG) (((ULONG) __ghsbegin_eventlog) + TX_EL_HEADER_SIZE + in _tx_el_initialize() 147 work_ptr = work_ptr + sizeof(ULONG); in _tx_el_initialize() [all …]
|
| /ThreadX-v6.3.0/ports/cortex_r7/ghs/src/ |
| D | tx_el.c | 41 ULONG _tx_el_total_events; 43 ULONG _tx_el_time_base_upper; 44 ULONG _tx_el_time_base_lower; 98 ULONG event_log_size; in _tx_el_initialize() 134 *((ULONG *) work_ptr) = event_log_size; in _tx_el_initialize() 135 work_ptr = work_ptr + sizeof(ULONG); in _tx_el_initialize() 141 *((ULONG *) work_ptr) = _tx_el_maximum_events; in _tx_el_initialize() 142 work_ptr = work_ptr + sizeof(ULONG); in _tx_el_initialize() 145 *((ULONG *) work_ptr) = (ULONG) (((ULONG) __ghsbegin_eventlog) + TX_EL_HEADER_SIZE + in _tx_el_initialize() 147 work_ptr = work_ptr + sizeof(ULONG); in _tx_el_initialize() [all …]
|
| /ThreadX-v6.3.0/ports_smp/mips32_interaptiv_smp/green/src/ |
| D | tx_el.c | 42 ULONG _tx_el_total_events; 44 ULONG _tx_el_time_base_upper; 45 ULONG _tx_el_time_base_lower; 99 ULONG event_log_size; in _tx_el_initialize() 135 *((ULONG *) work_ptr) = event_log_size; in _tx_el_initialize() 136 work_ptr = work_ptr + sizeof(ULONG); in _tx_el_initialize() 142 *((ULONG *) work_ptr) = _tx_el_maximum_events; in _tx_el_initialize() 143 work_ptr = work_ptr + sizeof(ULONG); in _tx_el_initialize() 146 *((ULONG *) work_ptr) = (ULONG) (((ULONG) __ghsbegin_eventlog) + TX_EL_HEADER_SIZE + in _tx_el_initialize() 148 work_ptr = work_ptr + sizeof(ULONG); in _tx_el_initialize() [all …]
|
| /ThreadX-v6.3.0/ports_arch/ARMv7-M/threadx/ghs/src/ |
| D | tx_el.c | 41 ULONG _tx_el_total_events; 43 ULONG _tx_el_time_base_upper; 44 ULONG _tx_el_time_base_lower; 98 ULONG event_log_size; in _tx_el_initialize() 134 *((ULONG *) work_ptr) = event_log_size; in _tx_el_initialize() 135 work_ptr = work_ptr + sizeof(ULONG); in _tx_el_initialize() 141 *((ULONG *) work_ptr) = _tx_el_maximum_events; in _tx_el_initialize() 142 work_ptr = work_ptr + sizeof(ULONG); in _tx_el_initialize() 145 *((ULONG *) work_ptr) = (ULONG) (((ULONG) __ghsbegin_eventlog) + TX_EL_HEADER_SIZE + in _tx_el_initialize() 147 work_ptr = work_ptr + sizeof(ULONG); in _tx_el_initialize() [all …]
|
| /ThreadX-v6.3.0/ports_smp/cortex_a5x_smp/green/src/ |
| D | tx_el.c | 42 ULONG _tx_el_total_events; 44 ULONG _tx_el_time_base_upper; 45 ULONG _tx_el_time_base_lower; 99 ULONG event_log_size; in _tx_el_initialize() 135 *((ULONG *) work_ptr) = event_log_size; in _tx_el_initialize() 136 work_ptr = work_ptr + sizeof(ULONG); in _tx_el_initialize() 142 *((ULONG *) work_ptr) = _tx_el_maximum_events; in _tx_el_initialize() 143 work_ptr = work_ptr + sizeof(ULONG); in _tx_el_initialize() 146 *((ULONG *) work_ptr) = (ULONG) (((ULONG) __ghsbegin_eventlog) + TX_EL_HEADER_SIZE + in _tx_el_initialize() 148 work_ptr = work_ptr + sizeof(ULONG); in _tx_el_initialize() [all …]
|
| /ThreadX-v6.3.0/ports/cortex_a5/ghs/src/ |
| D | tx_el.c | 41 ULONG _tx_el_total_events; 43 ULONG _tx_el_time_base_upper; 44 ULONG _tx_el_time_base_lower; 98 ULONG event_log_size; in _tx_el_initialize() 134 *((ULONG *) work_ptr) = event_log_size; in _tx_el_initialize() 135 work_ptr = work_ptr + sizeof(ULONG); in _tx_el_initialize() 141 *((ULONG *) work_ptr) = _tx_el_maximum_events; in _tx_el_initialize() 142 work_ptr = work_ptr + sizeof(ULONG); in _tx_el_initialize() 145 *((ULONG *) work_ptr) = (ULONG) (((ULONG) __ghsbegin_eventlog) + TX_EL_HEADER_SIZE + in _tx_el_initialize() 147 work_ptr = work_ptr + sizeof(ULONG); in _tx_el_initialize() [all …]
|
| /ThreadX-v6.3.0/ports/cortex_a7/ghs/src/ |
| D | tx_el.c | 41 ULONG _tx_el_total_events; 43 ULONG _tx_el_time_base_upper; 44 ULONG _tx_el_time_base_lower; 98 ULONG event_log_size; in _tx_el_initialize() 134 *((ULONG *) work_ptr) = event_log_size; in _tx_el_initialize() 135 work_ptr = work_ptr + sizeof(ULONG); in _tx_el_initialize() 141 *((ULONG *) work_ptr) = _tx_el_maximum_events; in _tx_el_initialize() 142 work_ptr = work_ptr + sizeof(ULONG); in _tx_el_initialize() 145 *((ULONG *) work_ptr) = (ULONG) (((ULONG) __ghsbegin_eventlog) + TX_EL_HEADER_SIZE + in _tx_el_initialize() 147 work_ptr = work_ptr + sizeof(ULONG); in _tx_el_initialize() [all …]
|
| /ThreadX-v6.3.0/common_smp/inc/ |
| D | tx_byte_pool.h | 56 #define TX_BYTE_POOL_ID ((ULONG) 0x42595445) 59 #define TX_BYTE_BLOCK_FREE ((ULONG) 0xFFFFEEEEUL) 63 #define TX_BYTE_BLOCK_MIN ((ULONG) 20) 67 #define TX_BYTE_POOL_MIN ((ULONG) 100) 87 _tx_byte_pool_performance_allocate_count = ((ULONG) 0); \ 88 _tx_byte_pool_performance_release_count = ((ULONG) 0); \ 89 _tx_byte_pool_performance_merge_count = ((ULONG) 0); \ 90 _tx_byte_pool_performance_split_count = ((ULONG) 0); \ 91 _tx_byte_pool_performance_search_count = ((ULONG) 0); \ 92 _tx_byte_pool_performance_suspension_count = ((ULONG) 0); \ [all …]
|
| /ThreadX-v6.3.0/ports_module/cortex_r4/iar/inc/ |
| D | txm_module_port.h | 187 ULONG txm_module_mpu_region_address; 188 ULONG txm_module_mpu_region_size; 189 ULONG txm_module_mpu_region_attributes; 195 …ULONG txm_module_instance_shared_memory_count; … 196 …ULONG txm_module_instance_shared_memory_address[TXM_MODULE_MPU_SHARED_ENTRIES]; … 197 ULONG txm_module_instance_shared_memory_length[TXM_MODULE_MPU_SHARED_ENTRIES]; 207 ULONG txm_module_manager_memory_fault_info_dfar; 208 ULONG txm_module_manager_memory_fault_info_dfsr; 209 ULONG txm_module_manager_memory_fault_info_ifar; 210 ULONG txm_module_manager_memory_fault_info_ifsr; [all …]
|
| /ThreadX-v6.3.0/ports_module/cortex_r4/ac6/inc/ |
| D | txm_module_port.h | 191 ULONG txm_module_mpu_region_address; 192 ULONG txm_module_mpu_region_size; 193 ULONG txm_module_mpu_region_attributes; 199 …ULONG txm_module_instance_shared_memory_count; … 200 …ULONG txm_module_instance_shared_memory_address[TXM_MODULE_MPU_SHARED_ENTRIES]; … 201 ULONG txm_module_instance_shared_memory_length[TXM_MODULE_MPU_SHARED_ENTRIES]; 211 ULONG txm_module_manager_memory_fault_info_dfar; 212 ULONG txm_module_manager_memory_fault_info_dfsr; 213 ULONG txm_module_manager_memory_fault_info_ifar; 214 ULONG txm_module_manager_memory_fault_info_ifsr; [all …]
|
| /ThreadX-v6.3.0/ports_module/rxv2/iar/inc/ |
| D | txm_module_port.h | 182 #define RSPAGE0 (*(ULONG *) 0x00086400) 183 #define REPAGE0 (*(ULONG *) 0x00086404) 197 ULONG txm_module_instance_mpu_registers[TXM_MODULE_MANAGER_MPU_TABLE_SIZE]; \ 198 ULONG txm_module_instance_shared_memory_address; \ 199 ULONG txm_module_instance_shared_memory_length; 209 ULONG txm_module_manager_memory_fault_info_mpests; 210 ULONG txm_module_manager_memory_fault_info_mpdea; 211 ULONG txm_module_manager_memory_fault_info_mhiti; 212 ULONG txm_module_manager_memory_fault_info_mhitd; 213 ULONG txm_module_manager_memory_fault_info_psw; [all …]
|