Home
last modified time | relevance | path

Searched refs:TX_MEMSET (Results 1 – 25 of 45) sorted by relevance

12

/ThreadX-v6.2.1/common_smp/src/
Dtx_thread_smp_high_level_initialize.c90 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()
Dtx_thread_initialize.c365 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()
372TX_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()
Dtx_timer_initialize.c227 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()
Dtx_thread_create.c117 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()
Dtx_thread_reset.c135TX_MEMSET(thread_ptr -> tx_thread_stack_start, ((UCHAR) TX_STACK_FILL), thread_ptr -> tx_thread_st… in _tx_thread_reset()
Dtx_event_flags_create.c85 TX_MEMSET(group_ptr, 0, (sizeof(TX_EVENT_FLAGS_GROUP))); in _tx_event_flags_create()
Dtx_thread_resume.c127 TX_MEMSET(_tx_thread_preempted_maps, 0, sizeof(_tx_thread_preempted_maps)); in _tx_thread_resume()
Dtx_semaphore_create.c85 TX_MEMSET(semaphore_ptr, 0, (sizeof(TX_SEMAPHORE))); in _tx_semaphore_create()
Dtx_mutex_create.c86 TX_MEMSET(mutex_ptr, 0, (sizeof(TX_MUTEX))); in _tx_mutex_create()
Dtx_timer_create.c89 TX_MEMSET(timer_ptr, 0, (sizeof(TX_TIMER))); in _tx_timer_create()
Dtx_queue_create.c90 TX_MEMSET(queue_ptr, 0, (sizeof(TX_QUEUE))); in _tx_queue_create()
/ThreadX-v6.2.1/common/src/
Dtx_thread_initialize.c337 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()
387TX_MEMSET(&_tx_thread_performance_execute_log[0], 0, (sizeof(_tx_thread_performance_execute_log))); in _tx_thread_initialize()
Dtx_thread_reset.c135TX_MEMSET(thread_ptr -> tx_thread_stack_start, ((UCHAR) TX_STACK_FILL), thread_ptr -> tx_thread_st… in _tx_thread_reset()
Dtx_event_flags_create.c85 TX_MEMSET(group_ptr, 0, (sizeof(TX_EVENT_FLAGS_GROUP))); in _tx_event_flags_create()
Dtx_mutex_create.c86 TX_MEMSET(mutex_ptr, 0, (sizeof(TX_MUTEX))); in _tx_mutex_create()
Dtx_semaphore_create.c85 TX_MEMSET(semaphore_ptr, 0, (sizeof(TX_SEMAPHORE))); in _tx_semaphore_create()
Dtx_thread_create.c116 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()
Dtx_timer_create.c90 TX_MEMSET(timer_ptr, 0, (sizeof(TX_TIMER))); in _tx_timer_create()
Dtx_queue_create.c90 TX_MEMSET(queue_ptr, 0, (sizeof(TX_QUEUE))); in _tx_queue_create()
/ThreadX-v6.2.1/common_modules/module_manager/src/
Dtxm_module_manager_thread_create.c279 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()
332TX_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()
Dtxm_module_manager_thread_reset.c138TX_MEMSET(thread_ptr -> tx_thread_stack_start, ((UCHAR) TX_STACK_FILL), thread_ptr -> tx_thread_st… in _txm_module_manager_thread_reset()
Dtxm_module_manager_file_load.c132 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/
Dtxm_module_manager_external_memory_enable.c383 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/
Dtxm_module_manager_external_memory_enable.c383 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/
Dtxm_module_manager_external_memory_enable.c383 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()

12