Home
last modified time | relevance | path

Searched refs:tx_timer_internal_list_head (Results 1 – 24 of 24) sorted by relevance

/ThreadX-v6.2.1/common/src/
Dtx_timer_info_get.c121 if (internal_ptr -> tx_timer_internal_list_head != TX_NULL) in _tx_timer_info_get()
131 if (internal_ptr -> tx_timer_internal_list_head >= _tx_timer_list_start) in _tx_timer_info_get()
135 if (internal_ptr -> tx_timer_internal_list_head < _tx_timer_list_end) in _tx_timer_info_get()
151 list_head = internal_ptr -> tx_timer_internal_list_head; in _tx_timer_info_get()
154 if (internal_ptr -> tx_timer_internal_list_head >= _tx_timer_current_ptr) in _tx_timer_info_get()
Dtx_timer_system_deactivate.c83 list_head = timer_ptr -> tx_timer_internal_list_head; in _tx_timer_system_deactivate()
123 next_timer -> tx_timer_internal_list_head = list_head; in _tx_timer_system_deactivate()
131 timer_ptr -> tx_timer_internal_list_head = TX_NULL; in _tx_timer_system_deactivate()
Dtx_timer_expiration_process.c174 expired_timers -> tx_timer_internal_list_head = &expired_timers; in _tx_timer_expiration_process()
232 next_timer -> tx_timer_internal_list_head = &expired_timers; in _tx_timer_expiration_process()
282 current_timer -> tx_timer_internal_list_head = &reactivate_timer; in _tx_timer_expiration_process()
332 current_timer -> tx_timer_internal_list_head = &reactivate_timer; in _tx_timer_expiration_process()
343 current_timer -> tx_timer_internal_list_head = TX_NULL; in _tx_timer_expiration_process()
458 current_timer -> tx_timer_internal_list_head = timer_list; in _tx_timer_expiration_process()
464 current_timer -> tx_timer_internal_list_head = TX_NULL; in _tx_timer_expiration_process()
Dtx_timer_thread_entry.c124 expired_timers -> tx_timer_internal_list_head = &expired_timers; in _tx_timer_thread_entry()
182 next_timer -> tx_timer_internal_list_head = &expired_timers; in _tx_timer_thread_entry()
232 current_timer -> tx_timer_internal_list_head = &reactivate_timer; in _tx_timer_thread_entry()
282 current_timer -> tx_timer_internal_list_head = &reactivate_timer; in _tx_timer_thread_entry()
293 current_timer -> tx_timer_internal_list_head = TX_NULL; in _tx_timer_thread_entry()
407 current_timer -> tx_timer_internal_list_head = timer_list; in _tx_timer_thread_entry()
413 current_timer -> tx_timer_internal_list_head = TX_NULL; in _tx_timer_thread_entry()
Dtx_timer_deactivate.c107 list_head = internal_ptr -> tx_timer_internal_list_head; in _tx_timer_deactivate()
235 next_timer -> tx_timer_internal_list_head = list_head; in _tx_timer_deactivate()
243 internal_ptr -> tx_timer_internal_list_head = TX_NULL; in _tx_timer_deactivate()
Dtx_timer_system_activate.c104 if (timer_ptr -> tx_timer_internal_list_head == TX_NULL) in _tx_timer_system_activate()
164 timer_ptr -> tx_timer_internal_list_head = timer_list; in _tx_timer_system_activate()
Dtx_timer_change.c91 if (timer_ptr -> tx_timer_internal.tx_timer_internal_list_head == TX_NULL) in _tx_timer_change()
Dtx_timer_activate.c98 if (timer_ptr -> tx_timer_internal.tx_timer_internal_list_head != TX_NULL) in _tx_timer_activate()
Dtx_timer_delete.c85 if (timer_ptr -> tx_timer_internal.tx_timer_internal_list_head != TX_NULL) in _tx_timer_delete()
Dtx_thread_system_resume.c117 if (thread_ptr -> tx_thread_timer.tx_timer_internal_list_head != TX_NULL) in _tx_thread_system_resume()
670 if (thread_ptr -> tx_thread_timer.tx_timer_internal_list_head != TX_NULL)
/ThreadX-v6.2.1/common_smp/src/
Dtx_timer_info_get.c121 if (internal_ptr -> tx_timer_internal_list_head != TX_NULL) in _tx_timer_info_get()
131 if (internal_ptr -> tx_timer_internal_list_head >= _tx_timer_list_start) in _tx_timer_info_get()
135 if (internal_ptr -> tx_timer_internal_list_head < _tx_timer_list_end) in _tx_timer_info_get()
151 list_head = internal_ptr -> tx_timer_internal_list_head; in _tx_timer_info_get()
154 if (internal_ptr -> tx_timer_internal_list_head >= _tx_timer_current_ptr) in _tx_timer_info_get()
Dtx_timer_system_deactivate.c83 list_head = timer_ptr -> tx_timer_internal_list_head; in _tx_timer_system_deactivate()
123 next_timer -> tx_timer_internal_list_head = list_head; in _tx_timer_system_deactivate()
131 timer_ptr -> tx_timer_internal_list_head = TX_NULL; in _tx_timer_system_deactivate()
Dtx_timer_expiration_process.c169 expired_timers -> tx_timer_internal_list_head = &expired_timers; in _tx_timer_expiration_process()
227 next_timer -> tx_timer_internal_list_head = &expired_timers; in _tx_timer_expiration_process()
277 current_timer -> tx_timer_internal_list_head = &reactivate_timer; in _tx_timer_expiration_process()
327 current_timer -> tx_timer_internal_list_head = &reactivate_timer; in _tx_timer_expiration_process()
338 current_timer -> tx_timer_internal_list_head = TX_NULL; in _tx_timer_expiration_process()
453 current_timer -> tx_timer_internal_list_head = timer_list; in _tx_timer_expiration_process()
459 current_timer -> tx_timer_internal_list_head = TX_NULL; in _tx_timer_expiration_process()
Dtx_timer_thread_entry.c129 expired_timers -> tx_timer_internal_list_head = &expired_timers; in _tx_timer_thread_entry()
218 next_timer -> tx_timer_internal_list_head = &expired_timers; in _tx_timer_thread_entry()
271 current_timer -> tx_timer_internal_list_head = &reactivate_timer; in _tx_timer_thread_entry()
321 current_timer -> tx_timer_internal_list_head = &reactivate_timer; in _tx_timer_thread_entry()
332 current_timer -> tx_timer_internal_list_head = TX_NULL; in _tx_timer_thread_entry()
452 current_timer -> tx_timer_internal_list_head = timer_list; in _tx_timer_thread_entry()
458 current_timer -> tx_timer_internal_list_head = TX_NULL; in _tx_timer_thread_entry()
Dtx_timer_deactivate.c107 list_head = internal_ptr -> tx_timer_internal_list_head; in _tx_timer_deactivate()
235 next_timer -> tx_timer_internal_list_head = list_head; in _tx_timer_deactivate()
243 internal_ptr -> tx_timer_internal_list_head = TX_NULL; in _tx_timer_deactivate()
Dtx_timer_system_activate.c99 if (timer_ptr -> tx_timer_internal_list_head == TX_NULL) in _tx_timer_system_activate()
159 timer_ptr -> tx_timer_internal_list_head = timer_list; in _tx_timer_system_activate()
Dtx_timer_change.c91 if (timer_ptr -> tx_timer_internal.tx_timer_internal_list_head == TX_NULL) in _tx_timer_change()
Dtx_timer_activate.c98 if (timer_ptr -> tx_timer_internal.tx_timer_internal_list_head != TX_NULL) in _tx_timer_activate()
Dtx_timer_delete.c85 if (timer_ptr -> tx_timer_internal.tx_timer_internal_list_head != TX_NULL) in _tx_timer_delete()
Dtx_thread_system_resume.c164 if ((thread_ptr -> tx_thread_timer.tx_timer_internal_list_head) != TX_NULL) in _tx_thread_system_resume()
176 list_head = timer_ptr -> tx_timer_internal_list_head; in _tx_thread_system_resume()
210 next_timer -> tx_timer_internal_list_head = list_head; in _tx_thread_system_resume()
218 timer_ptr -> tx_timer_internal_list_head = TX_NULL; in _tx_thread_system_resume()
Dtx_thread_system_suspend.c249 timer_ptr -> tx_timer_internal_list_head = timer_list; in _tx_thread_system_suspend()
/ThreadX-v6.2.1/utility/low_power/
Dtx_low_power.c547 next_timer -> tx_timer_internal_list_head = TX_NULL; in tx_time_increment()
/ThreadX-v6.2.1/common_smp/inc/
Dtx_api.h394 **tx_timer_internal_list_head; member
/ThreadX-v6.2.1/common/inc/
Dtx_api.h393 **tx_timer_internal_list_head; member