Searched refs:execute_ptr (Results 1 – 7 of 7) sorted by relevance
| /ThreadX-v6.3.0/common/src/ |
| D | tx_thread_system_resume.c | 91 TX_THREAD *execute_ptr; in _tx_thread_system_resume() local 138 …hread_ptr, thread_ptr -> tx_thread_state, TX_POINTER_TO_ULONG_CONVERT(&execute_ptr), TX_POINTER_TO… in _tx_thread_system_resume() 231 execute_ptr = _tx_thread_execute_ptr; in _tx_thread_system_resume() 234 if (execute_ptr == TX_NULL) in _tx_thread_system_resume() 246 if (priority < execute_ptr -> tx_thread_preempt_threshold) in _tx_thread_system_resume() 252 … if (execute_ptr -> tx_thread_preempt_threshold != execute_ptr -> tx_thread_priority) in _tx_thread_system_resume() 258 map_index = (execute_ptr -> tx_thread_priority)/((UINT) 32); in _tx_thread_system_resume() 261 … TX_DIV32_BIT_SET(execute_ptr -> tx_thread_priority, priority_bit) in _tx_thread_system_resume() 266 … TX_MOD32_BIT_SET(execute_ptr -> tx_thread_priority, priority_bit) in _tx_thread_system_resume() 281 … execute_ptr -> tx_thread_performance_solicited_preemption_count++; in _tx_thread_system_resume() [all …]
|
| D | tx_thread_resume.c | 89 TX_THREAD *execute_ptr; in _tx_thread_resume() local 216 …hread_ptr, thread_ptr -> tx_thread_state, TX_POINTER_TO_ULONG_CONVERT(&execute_ptr), TX_POINTER_TO… in _tx_thread_resume() 290 execute_ptr = _tx_thread_execute_ptr; in _tx_thread_resume() 293 if (execute_ptr == TX_NULL) in _tx_thread_resume() 305 if (priority < execute_ptr -> tx_thread_preempt_threshold) in _tx_thread_resume() 311 … if (execute_ptr -> tx_thread_preempt_threshold != execute_ptr -> tx_thread_priority) in _tx_thread_resume() 317 map_index = (execute_ptr -> tx_thread_priority)/((UINT) 32); in _tx_thread_resume() 320 TX_DIV32_BIT_SET(execute_ptr -> tx_thread_priority, priority_bit) in _tx_thread_resume() 325 TX_MOD32_BIT_SET(execute_ptr -> tx_thread_priority, priority_bit) in _tx_thread_resume() 340 execute_ptr -> tx_thread_performance_solicited_preemption_count++; in _tx_thread_resume() [all …]
|
| D | tx_mutex_priority_change.c | 95 TX_THREAD *execute_ptr; in _tx_mutex_priority_change() local 143 execute_ptr = _tx_thread_execute_ptr; in _tx_mutex_priority_change() 260 if (thread_ptr == execute_ptr) in _tx_mutex_priority_change()
|
| D | tx_thread_priority_change.c | 94 TX_THREAD *execute_ptr; in _tx_thread_priority_change() local 147 execute_ptr = _tx_thread_execute_ptr; in _tx_thread_priority_change() 256 if (thread_ptr == execute_ptr) in _tx_thread_priority_change()
|
| /ThreadX-v6.3.0/common_smp/src/ |
| D | tx_mutex_priority_change.c | 90 TX_THREAD *execute_ptr; in _tx_mutex_priority_change() local 132 execute_ptr = TX_NULL; in _tx_mutex_priority_change() 172 execute_ptr = thread_ptr; in _tx_mutex_priority_change() 353 if (thread_ptr == execute_ptr) in _tx_mutex_priority_change() 395 if (thread_ptr == execute_ptr) in _tx_mutex_priority_change()
|
| D | tx_thread_priority_change.c | 90 TX_THREAD *execute_ptr; in _tx_thread_priority_change() local 156 execute_ptr = TX_NULL; in _tx_thread_priority_change() 206 execute_ptr = thread_ptr; in _tx_thread_priority_change() 376 if (thread_ptr == execute_ptr) in _tx_thread_priority_change() 418 if (thread_ptr == execute_ptr) in _tx_thread_priority_change()
|
| /ThreadX-v6.3.0/ports_smp/linux/gnu/inc/ |
| D | tx_port.h | 246 … execute_ptr = thread_ptr; \
|