| /ThreadX-v6.4.1/common_smp/src/ |
| D | tx_thread_initialize.c | 61 ULONG _tx_thread_smp_reschedule_pending; 63 volatile ULONG _tx_thread_smp_release_cores_flag; 64 ULONG _tx_thread_smp_system_error; 65 ULONG _tx_thread_smp_inter_core_interrupts[TX_THREAD_SMP_MAX_CORES]; 67 ULONG _tx_thread_smp_protect_wait_list_size; 68 ULONG _tx_thread_smp_protect_wait_list[TX_THREAD_SMP_PROTECT_WAIT_LIST_SIZE]; 69 ULONG _tx_thread_smp_protect_wait_counts[TX_THREAD_SMP_MAX_CORES]; 70 ULONG _tx_thread_smp_protect_wait_list_lock_protect_in_force; 71 ULONG _tx_thread_smp_protect_wait_list_tail; 72 ULONG _tx_thread_smp_protect_wait_list_head; [all …]
|
| D | tx_byte_pool_initialize.c | 42 ULONG _tx_byte_pool_created_count; 49 ULONG _tx_byte_pool_performance_allocate_count; 54 ULONG _tx_byte_pool_performance_release_count; 59 ULONG _tx_byte_pool_performance_merge_count; 64 ULONG _tx_byte_pool_performance_split_count; 69 ULONG _tx_byte_pool_performance_search_count; 74 ULONG _tx_byte_pool_performance_suspension_count; 79 ULONG _tx_byte_pool_performance_timeout_count; 140 _tx_byte_pool_performance_allocate_count = ((ULONG) 0); in _tx_byte_pool_initialize() 141 _tx_byte_pool_performance_release_count = ((ULONG) 0); in _tx_byte_pool_initialize() [all …]
|
| /ThreadX-v6.4.1/common/src/ |
| D | tx_thread_initialize.c | 64 ULONG _tx_thread_created_count; 73 volatile ULONG _tx_thread_system_state = TX_INITIALIZE_IN_PROGRESS; 81 ULONG _tx_thread_priority_maps[TX_MAX_PRIORITIES/32]; 89 ULONG _tx_thread_priority_map_active; 101 ULONG _tx_thread_preempted_maps[TX_MAX_PRIORITIES/32]; 109 ULONG _tx_thread_preempted_map_active; 174 ULONG _tx_build_options; 192 ULONG _tx_thread_performance_resume_count; 198 ULONG _tx_thread_performance_suspend_count; 204 ULONG _tx_thread_performance_solicited_preemption_count; [all …]
|
| D | tx_byte_pool_initialize.c | 42 ULONG _tx_byte_pool_created_count; 49 ULONG _tx_byte_pool_performance_allocate_count; 54 ULONG _tx_byte_pool_performance_release_count; 59 ULONG _tx_byte_pool_performance_merge_count; 64 ULONG _tx_byte_pool_performance_split_count; 69 ULONG _tx_byte_pool_performance_search_count; 74 ULONG _tx_byte_pool_performance_suspension_count; 79 ULONG _tx_byte_pool_performance_timeout_count; 140 _tx_byte_pool_performance_allocate_count = ((ULONG) 0); in _tx_byte_pool_initialize() 141 _tx_byte_pool_performance_release_count = ((ULONG) 0); in _tx_byte_pool_initialize() [all …]
|
| /ThreadX-v6.4.1/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.4.1/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.4.1/common/inc/ |
| D | tx_thread.h | 62 #define TX_THREAD_ID ((ULONG) 0x54485244) 63 #define TX_THREAD_PRIORITY_GROUP_MASK ((ULONG) 0xFF) 73 #define TX_MOD32_BIT_SET(a,b) (b) = (((ULONG) 1) << ((a)%((UINT)32))); 78 #define TX_MOD32_BIT_SET(a,b) (b) = (((ULONG) 1) << ((a))); 88 #define TX_DIV32_BIT_SET(a,b) (b) = (((ULONG) 1) << ((a)/((UINT) 32))); 131 #define TX_THREAD_SYSTEM_RETURN_CHECK(c) (c) = (ULONG) _tx_thread_preempt_disable; (c) = (c) | T… 156 (b) = ((ULONG) 0); \ 157 (m) = (m) & ((~(m)) + ((ULONG) 1)); \ 158 if ((m) < ((ULONG) 0x10)) \ 160 if ((m) >= ((ULONG) 4)) \ [all …]
|
| D | tx_byte_pool.h | 55 #define TX_BYTE_POOL_ID ((ULONG) 0x42595445) 58 #define TX_BYTE_BLOCK_FREE ((ULONG) 0xFFFFEEEEUL) 62 #define TX_BYTE_BLOCK_MIN ((ULONG) 20) 66 #define TX_BYTE_POOL_MIN ((ULONG) 100) 86 _tx_byte_pool_performance_allocate_count = ((ULONG) 0); \ 87 _tx_byte_pool_performance_release_count = ((ULONG) 0); \ 88 _tx_byte_pool_performance_merge_count = ((ULONG) 0); \ 89 _tx_byte_pool_performance_split_count = ((ULONG) 0); \ 90 _tx_byte_pool_performance_search_count = ((ULONG) 0); \ 91 _tx_byte_pool_performance_suspension_count = ((ULONG) 0); \ [all …]
|
| /ThreadX-v6.4.1/ports/cortex_m7/ghs/src/ |
| D | tx_el.c | 40 ULONG _tx_el_total_events; 42 ULONG _tx_el_time_base_upper; 43 ULONG _tx_el_time_base_lower; 97 ULONG event_log_size; in _tx_el_initialize() 133 *((ULONG *) work_ptr) = event_log_size; in _tx_el_initialize() 134 work_ptr = work_ptr + sizeof(ULONG); in _tx_el_initialize() 140 *((ULONG *) work_ptr) = _tx_el_maximum_events; in _tx_el_initialize() 141 work_ptr = work_ptr + sizeof(ULONG); in _tx_el_initialize() 144 *((ULONG *) work_ptr) = (ULONG) (((ULONG) __ghsbegin_eventlog) + TX_EL_HEADER_SIZE + in _tx_el_initialize() 146 work_ptr = work_ptr + sizeof(ULONG); in _tx_el_initialize() [all …]
|
| /ThreadX-v6.4.1/ports_smp/mips32_interaptiv_smp/green/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.4.1/ports/cortex_a9/ghs/src/ |
| D | tx_el.c | 40 ULONG _tx_el_total_events; 42 ULONG _tx_el_time_base_upper; 43 ULONG _tx_el_time_base_lower; 97 ULONG event_log_size; in _tx_el_initialize() 133 *((ULONG *) work_ptr) = event_log_size; in _tx_el_initialize() 134 work_ptr = work_ptr + sizeof(ULONG); in _tx_el_initialize() 140 *((ULONG *) work_ptr) = _tx_el_maximum_events; in _tx_el_initialize() 141 work_ptr = work_ptr + sizeof(ULONG); in _tx_el_initialize() 144 *((ULONG *) work_ptr) = (ULONG) (((ULONG) __ghsbegin_eventlog) + TX_EL_HEADER_SIZE + in _tx_el_initialize() 146 work_ptr = work_ptr + sizeof(ULONG); in _tx_el_initialize() [all …]
|
| /ThreadX-v6.4.1/ports/cortex_r5/ghs/src/ |
| D | tx_el.c | 40 ULONG _tx_el_total_events; 42 ULONG _tx_el_time_base_upper; 43 ULONG _tx_el_time_base_lower; 97 ULONG event_log_size; in _tx_el_initialize() 133 *((ULONG *) work_ptr) = event_log_size; in _tx_el_initialize() 134 work_ptr = work_ptr + sizeof(ULONG); in _tx_el_initialize() 140 *((ULONG *) work_ptr) = _tx_el_maximum_events; in _tx_el_initialize() 141 work_ptr = work_ptr + sizeof(ULONG); in _tx_el_initialize() 144 *((ULONG *) work_ptr) = (ULONG) (((ULONG) __ghsbegin_eventlog) + TX_EL_HEADER_SIZE + in _tx_el_initialize() 146 work_ptr = work_ptr + sizeof(ULONG); in _tx_el_initialize() [all …]
|
| /ThreadX-v6.4.1/ports/cortex_m4/ghs/src/ |
| D | tx_el.c | 40 ULONG _tx_el_total_events; 42 ULONG _tx_el_time_base_upper; 43 ULONG _tx_el_time_base_lower; 97 ULONG event_log_size; in _tx_el_initialize() 133 *((ULONG *) work_ptr) = event_log_size; in _tx_el_initialize() 134 work_ptr = work_ptr + sizeof(ULONG); in _tx_el_initialize() 140 *((ULONG *) work_ptr) = _tx_el_maximum_events; in _tx_el_initialize() 141 work_ptr = work_ptr + sizeof(ULONG); in _tx_el_initialize() 144 *((ULONG *) work_ptr) = (ULONG) (((ULONG) __ghsbegin_eventlog) + TX_EL_HEADER_SIZE + in _tx_el_initialize() 146 work_ptr = work_ptr + sizeof(ULONG); in _tx_el_initialize() [all …]
|
| /ThreadX-v6.4.1/ports/cortex_m3/ghs/src/ |
| D | tx_el.c | 40 ULONG _tx_el_total_events; 42 ULONG _tx_el_time_base_upper; 43 ULONG _tx_el_time_base_lower; 97 ULONG event_log_size; in _tx_el_initialize() 133 *((ULONG *) work_ptr) = event_log_size; in _tx_el_initialize() 134 work_ptr = work_ptr + sizeof(ULONG); in _tx_el_initialize() 140 *((ULONG *) work_ptr) = _tx_el_maximum_events; in _tx_el_initialize() 141 work_ptr = work_ptr + sizeof(ULONG); in _tx_el_initialize() 144 *((ULONG *) work_ptr) = (ULONG) (((ULONG) __ghsbegin_eventlog) + TX_EL_HEADER_SIZE + in _tx_el_initialize() 146 work_ptr = work_ptr + sizeof(ULONG); in _tx_el_initialize() [all …]
|
| /ThreadX-v6.4.1/ports/cortex_a8/ghs/src/ |
| D | tx_el.c | 40 ULONG _tx_el_total_events; 42 ULONG _tx_el_time_base_upper; 43 ULONG _tx_el_time_base_lower; 97 ULONG event_log_size; in _tx_el_initialize() 133 *((ULONG *) work_ptr) = event_log_size; in _tx_el_initialize() 134 work_ptr = work_ptr + sizeof(ULONG); in _tx_el_initialize() 140 *((ULONG *) work_ptr) = _tx_el_maximum_events; in _tx_el_initialize() 141 work_ptr = work_ptr + sizeof(ULONG); in _tx_el_initialize() 144 *((ULONG *) work_ptr) = (ULONG) (((ULONG) __ghsbegin_eventlog) + TX_EL_HEADER_SIZE + in _tx_el_initialize() 146 work_ptr = work_ptr + sizeof(ULONG); in _tx_el_initialize() [all …]
|
| /ThreadX-v6.4.1/ports/cortex_a7/ghs/src/ |
| D | tx_el.c | 40 ULONG _tx_el_total_events; 42 ULONG _tx_el_time_base_upper; 43 ULONG _tx_el_time_base_lower; 97 ULONG event_log_size; in _tx_el_initialize() 133 *((ULONG *) work_ptr) = event_log_size; in _tx_el_initialize() 134 work_ptr = work_ptr + sizeof(ULONG); in _tx_el_initialize() 140 *((ULONG *) work_ptr) = _tx_el_maximum_events; in _tx_el_initialize() 141 work_ptr = work_ptr + sizeof(ULONG); in _tx_el_initialize() 144 *((ULONG *) work_ptr) = (ULONG) (((ULONG) __ghsbegin_eventlog) + TX_EL_HEADER_SIZE + in _tx_el_initialize() 146 work_ptr = work_ptr + sizeof(ULONG); in _tx_el_initialize() [all …]
|
| /ThreadX-v6.4.1/ports/cortex_a5/ghs/src/ |
| D | tx_el.c | 40 ULONG _tx_el_total_events; 42 ULONG _tx_el_time_base_upper; 43 ULONG _tx_el_time_base_lower; 97 ULONG event_log_size; in _tx_el_initialize() 133 *((ULONG *) work_ptr) = event_log_size; in _tx_el_initialize() 134 work_ptr = work_ptr + sizeof(ULONG); in _tx_el_initialize() 140 *((ULONG *) work_ptr) = _tx_el_maximum_events; in _tx_el_initialize() 141 work_ptr = work_ptr + sizeof(ULONG); in _tx_el_initialize() 144 *((ULONG *) work_ptr) = (ULONG) (((ULONG) __ghsbegin_eventlog) + TX_EL_HEADER_SIZE + in _tx_el_initialize() 146 work_ptr = work_ptr + sizeof(ULONG); in _tx_el_initialize() [all …]
|
| /ThreadX-v6.4.1/ports/cortex_r7/ghs/src/ |
| D | tx_el.c | 40 ULONG _tx_el_total_events; 42 ULONG _tx_el_time_base_upper; 43 ULONG _tx_el_time_base_lower; 97 ULONG event_log_size; in _tx_el_initialize() 133 *((ULONG *) work_ptr) = event_log_size; in _tx_el_initialize() 134 work_ptr = work_ptr + sizeof(ULONG); in _tx_el_initialize() 140 *((ULONG *) work_ptr) = _tx_el_maximum_events; in _tx_el_initialize() 141 work_ptr = work_ptr + sizeof(ULONG); in _tx_el_initialize() 144 *((ULONG *) work_ptr) = (ULONG) (((ULONG) __ghsbegin_eventlog) + TX_EL_HEADER_SIZE + in _tx_el_initialize() 146 work_ptr = work_ptr + sizeof(ULONG); in _tx_el_initialize() [all …]
|
| /ThreadX-v6.4.1/ports_arch/ARMv7-M/threadx/ghs/src/ |
| D | tx_el.c | 40 ULONG _tx_el_total_events; 42 ULONG _tx_el_time_base_upper; 43 ULONG _tx_el_time_base_lower; 97 ULONG event_log_size; in _tx_el_initialize() 133 *((ULONG *) work_ptr) = event_log_size; in _tx_el_initialize() 134 work_ptr = work_ptr + sizeof(ULONG); in _tx_el_initialize() 140 *((ULONG *) work_ptr) = _tx_el_maximum_events; in _tx_el_initialize() 141 work_ptr = work_ptr + sizeof(ULONG); in _tx_el_initialize() 144 *((ULONG *) work_ptr) = (ULONG) (((ULONG) __ghsbegin_eventlog) + TX_EL_HEADER_SIZE + in _tx_el_initialize() 146 work_ptr = work_ptr + sizeof(ULONG); in _tx_el_initialize() [all …]
|
| /ThreadX-v6.4.1/ports/cortex_r4/ghs/src/ |
| D | tx_el.c | 40 ULONG _tx_el_total_events; 42 ULONG _tx_el_time_base_upper; 43 ULONG _tx_el_time_base_lower; 97 ULONG event_log_size; in _tx_el_initialize() 133 *((ULONG *) work_ptr) = event_log_size; in _tx_el_initialize() 134 work_ptr = work_ptr + sizeof(ULONG); in _tx_el_initialize() 140 *((ULONG *) work_ptr) = _tx_el_maximum_events; in _tx_el_initialize() 141 work_ptr = work_ptr + sizeof(ULONG); in _tx_el_initialize() 144 *((ULONG *) work_ptr) = (ULONG) (((ULONG) __ghsbegin_eventlog) + TX_EL_HEADER_SIZE + in _tx_el_initialize() 146 work_ptr = work_ptr + sizeof(ULONG); in _tx_el_initialize() [all …]
|
| /ThreadX-v6.4.1/ports_smp/cortex_a5x_smp/green/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.4.1/common_smp/inc/ |
| D | tx_byte_pool.h | 55 #define TX_BYTE_POOL_ID ((ULONG) 0x42595445) 58 #define TX_BYTE_BLOCK_FREE ((ULONG) 0xFFFFEEEEUL) 62 #define TX_BYTE_BLOCK_MIN ((ULONG) 20) 66 #define TX_BYTE_POOL_MIN ((ULONG) 100) 86 _tx_byte_pool_performance_allocate_count = ((ULONG) 0); \ 87 _tx_byte_pool_performance_release_count = ((ULONG) 0); \ 88 _tx_byte_pool_performance_merge_count = ((ULONG) 0); \ 89 _tx_byte_pool_performance_split_count = ((ULONG) 0); \ 90 _tx_byte_pool_performance_search_count = ((ULONG) 0); \ 91 _tx_byte_pool_performance_suspension_count = ((ULONG) 0); \ [all …]
|
| /ThreadX-v6.4.1/ports_module/cortex_r4/iar/inc/ |
| D | txm_module_port.h | 186 ULONG txm_module_mpu_region_address; 187 ULONG txm_module_mpu_region_size; 188 ULONG txm_module_mpu_region_attributes; 194 …ULONG txm_module_instance_shared_memory_count; … 195 …ULONG txm_module_instance_shared_memory_address[TXM_MODULE_MPU_SHARED_ENTRIES]; … 196 ULONG txm_module_instance_shared_memory_length[TXM_MODULE_MPU_SHARED_ENTRIES]; 206 ULONG txm_module_manager_memory_fault_info_dfar; 207 ULONG txm_module_manager_memory_fault_info_dfsr; 208 ULONG txm_module_manager_memory_fault_info_ifar; 209 ULONG txm_module_manager_memory_fault_info_ifsr; [all …]
|
| /ThreadX-v6.4.1/ports_module/rxv2/iar/inc/ |
| D | txm_module_port.h | 181 #define RSPAGE0 (*(ULONG *) 0x00086400) 182 #define REPAGE0 (*(ULONG *) 0x00086404) 196 ULONG txm_module_instance_mpu_registers[TXM_MODULE_MANAGER_MPU_TABLE_SIZE]; \ 197 ULONG txm_module_instance_shared_memory_address; \ 198 ULONG txm_module_instance_shared_memory_length; 208 ULONG txm_module_manager_memory_fault_info_mpests; 209 ULONG txm_module_manager_memory_fault_info_mpdea; 210 ULONG txm_module_manager_memory_fault_info_mhiti; 211 ULONG txm_module_manager_memory_fault_info_mhitd; 212 ULONG txm_module_manager_memory_fault_info_psw; [all …]
|
| /ThreadX-v6.4.1/ports_module/cortex_r4/ac6/inc/ |
| D | txm_module_port.h | 190 ULONG txm_module_mpu_region_address; 191 ULONG txm_module_mpu_region_size; 192 ULONG txm_module_mpu_region_attributes; 198 …ULONG txm_module_instance_shared_memory_count; … 199 …ULONG txm_module_instance_shared_memory_address[TXM_MODULE_MPU_SHARED_ENTRIES]; … 200 ULONG txm_module_instance_shared_memory_length[TXM_MODULE_MPU_SHARED_ENTRIES]; 210 ULONG txm_module_manager_memory_fault_info_dfar; 211 ULONG txm_module_manager_memory_fault_info_dfsr; 212 ULONG txm_module_manager_memory_fault_info_ifar; 213 ULONG txm_module_manager_memory_fault_info_ifsr; [all …]
|