| /ThreadX-v6.2.1/common_smp/src/ |
| D | tx_thread_smp_high_level_initialize.c | 90 TX_MEMSET(&_tx_thread_smp_protection, 0, sizeof(TX_THREAD_SMP_PROTECT)); in _tx_thread_smp_high_level_initialize() 96 TX_MEMSET(&_tx_thread_smp_schedule_list[0], 0, sizeof(_tx_thread_smp_schedule_list)); in _tx_thread_smp_high_level_initialize() 99 TX_MEMSET(&_tx_thread_smp_protect_wait_list[0], 0xff, sizeof(_tx_thread_smp_protect_wait_list)); in _tx_thread_smp_high_level_initialize()
|
| D | tx_thread_initialize.c | 365 TX_MEMSET(&_tx_thread_execute_ptr[0], 0, (sizeof(_tx_thread_execute_ptr))); in _tx_thread_initialize() 368 TX_MEMSET(&_tx_thread_priority_maps[0], 0, (sizeof(_tx_thread_priority_maps))); in _tx_thread_initialize() 371 TX_MEMSET(&_tx_thread_preempted_maps[0], 0, (sizeof(_tx_thread_preempted_maps))); in _tx_thread_initialize() 372 …TX_MEMSET(&_tx_thread_preemption_threshold_list[0], 0, (sizeof(_tx_thread_preemption_threshold_lis… in _tx_thread_initialize() 382 TX_MEMSET(&_tx_thread_priority_list[0], 0, (sizeof(_tx_thread_priority_list))); in _tx_thread_initialize()
|
| D | tx_timer_initialize.c | 227 TX_MEMSET(&_tx_timer_time_slice[0], 0, (sizeof(_tx_timer_time_slice))); in _tx_timer_initialize() 239 TX_MEMSET(&_tx_timer_list[0], 0, sizeof(_tx_timer_list)); in _tx_timer_initialize()
|
| D | tx_thread_create.c | 117 TX_MEMSET(stack_start, ((UCHAR) TX_STACK_FILL), stack_size); in _tx_thread_create() 147 TX_MEMSET(thread_ptr, 0, sizeof(TX_THREAD)); in _tx_thread_create() 320 TX_MEMSET(_tx_thread_preempted_maps, 0, sizeof(_tx_thread_preempted_maps)); in _tx_thread_create()
|
| D | tx_thread_reset.c | 135 …TX_MEMSET(thread_ptr -> tx_thread_stack_start, ((UCHAR) TX_STACK_FILL), thread_ptr -> tx_thread_st… in _tx_thread_reset()
|
| D | tx_event_flags_create.c | 85 TX_MEMSET(group_ptr, 0, (sizeof(TX_EVENT_FLAGS_GROUP))); in _tx_event_flags_create()
|
| D | tx_thread_resume.c | 127 TX_MEMSET(_tx_thread_preempted_maps, 0, sizeof(_tx_thread_preempted_maps)); in _tx_thread_resume()
|
| D | tx_semaphore_create.c | 85 TX_MEMSET(semaphore_ptr, 0, (sizeof(TX_SEMAPHORE))); in _tx_semaphore_create()
|
| D | tx_mutex_create.c | 86 TX_MEMSET(mutex_ptr, 0, (sizeof(TX_MUTEX))); in _tx_mutex_create()
|
| D | tx_timer_create.c | 89 TX_MEMSET(timer_ptr, 0, (sizeof(TX_TIMER))); in _tx_timer_create()
|
| D | tx_queue_create.c | 90 TX_MEMSET(queue_ptr, 0, (sizeof(TX_QUEUE))); in _tx_queue_create()
|
| /ThreadX-v6.2.1/common/src/ |
| D | tx_thread_initialize.c | 337 TX_MEMSET(&_tx_thread_priority_maps[0], 0, (sizeof(_tx_thread_priority_maps))); in _tx_thread_initialize() 340 TX_MEMSET(&_tx_thread_preempted_maps[0], 0, (sizeof(_tx_thread_preempted_maps))); in _tx_thread_initialize() 352 TX_MEMSET(&_tx_thread_priority_list[0], 0, (sizeof(_tx_thread_priority_list))); in _tx_thread_initialize() 387 …TX_MEMSET(&_tx_thread_performance_execute_log[0], 0, (sizeof(_tx_thread_performance_execute_log))); in _tx_thread_initialize()
|
| D | tx_thread_reset.c | 135 …TX_MEMSET(thread_ptr -> tx_thread_stack_start, ((UCHAR) TX_STACK_FILL), thread_ptr -> tx_thread_st… in _tx_thread_reset()
|
| D | tx_event_flags_create.c | 85 TX_MEMSET(group_ptr, 0, (sizeof(TX_EVENT_FLAGS_GROUP))); in _tx_event_flags_create()
|
| D | tx_mutex_create.c | 86 TX_MEMSET(mutex_ptr, 0, (sizeof(TX_MUTEX))); in _tx_mutex_create()
|
| D | tx_semaphore_create.c | 85 TX_MEMSET(semaphore_ptr, 0, (sizeof(TX_SEMAPHORE))); in _tx_semaphore_create()
|
| D | tx_thread_create.c | 116 TX_MEMSET(stack_start, ((UCHAR) TX_STACK_FILL), stack_size); in _tx_thread_create() 154 TX_MEMSET(thread_ptr, 0, (sizeof(TX_THREAD))); in _tx_thread_create()
|
| D | tx_timer_create.c | 90 TX_MEMSET(timer_ptr, 0, (sizeof(TX_TIMER))); in _tx_timer_create()
|
| D | tx_queue_create.c | 90 TX_MEMSET(queue_ptr, 0, (sizeof(TX_QUEUE))); in _tx_queue_create()
|
| /ThreadX-v6.2.1/common_modules/module_manager/src/ |
| D | txm_module_manager_thread_create.c | 279 TX_MEMSET(stack_start, ((UCHAR) TX_STACK_FILL), stack_size); in _txm_module_manager_thread_create() 313 TX_MEMSET(thread_ptr, 0, sizeof(TX_THREAD)); in _txm_module_manager_thread_create() 332 …TX_MEMSET(thread_ptr -> tx_thread_module_kernel_stack_start, ((UCHAR) TX_STACK_FILL), TXM_MODULE_K… in _txm_module_manager_thread_create() 563 TX_MEMSET(_tx_thread_preempted_maps, 0, sizeof(_tx_thread_preempted_maps)); in _txm_module_manager_thread_create()
|
| D | txm_module_manager_thread_reset.c | 138 …TX_MEMSET(thread_ptr -> tx_thread_stack_start, ((UCHAR) TX_STACK_FILL), thread_ptr -> tx_thread_st… in _txm_module_manager_thread_reset()
|
| D | txm_module_manager_file_load.c | 132 TX_MEMSET(module_instance, 0, sizeof(TXM_MODULE_INSTANCE)); in _txm_module_manager_file_load()
|
| /ThreadX-v6.2.1/ports_module/cortex_a7/ac5/module_manager/src/ |
| D | txm_module_manager_external_memory_enable.c | 383 TX_MEMSET((void *)page_addr, 0, TXM_LEVEL_2_PAGE_TABLE_ENTRIES); in _txm_module_manager_external_memory_enable() 442 TX_MEMSET((void *)page_addr, 0, TXM_LEVEL_2_PAGE_TABLE_ENTRIES); in _txm_module_manager_external_memory_enable()
|
| /ThreadX-v6.2.1/ports_module/cortex_a7/gnu/module_manager/src/ |
| D | txm_module_manager_external_memory_enable.c | 383 TX_MEMSET((void *)page_addr, 0, TXM_LEVEL_2_PAGE_TABLE_ENTRIES); in _txm_module_manager_external_memory_enable() 442 TX_MEMSET((void *)page_addr, 0, TXM_LEVEL_2_PAGE_TABLE_ENTRIES); in _txm_module_manager_external_memory_enable()
|
| /ThreadX-v6.2.1/ports_module/cortex_a7/iar/module_manager/src/ |
| D | txm_module_manager_external_memory_enable.c | 383 TX_MEMSET((void *)page_addr, 0, TXM_LEVEL_2_PAGE_TABLE_ENTRIES); in _txm_module_manager_external_memory_enable() 442 TX_MEMSET((void *)page_addr, 0, TXM_LEVEL_2_PAGE_TABLE_ENTRIES); in _txm_module_manager_external_memory_enable()
|