Searched refs:saved_thread_ptr (Results 1 – 3 of 3) sorted by relevance
81 TX_THREAD *saved_thread_ptr; in _tx_thread_resume() local134 saved_thread_ptr = _tx_thread_execute_ptr; in _tx_thread_resume()137 if (saved_thread_ptr != TX_NULL) in _tx_thread_resume()143 saved_threshold = saved_thread_ptr -> tx_thread_preempt_threshold; in _tx_thread_resume()148 … saved_thread_ptr -> tx_thread_preempt_threshold = saved_thread_ptr -> tx_thread_priority; in _tx_thread_resume()155 saved_thread_ptr = TX_NULL; in _tx_thread_resume()180 if (saved_thread_ptr != TX_NULL) in _tx_thread_resume()185 saved_thread_ptr -> tx_thread_preempt_threshold = saved_threshold; in _tx_thread_resume()368 if (saved_thread_ptr != TX_NULL) in _tx_thread_resume()373 saved_thread_ptr -> tx_thread_preempt_threshold = saved_threshold; in _tx_thread_resume()[all …]
102 TX_THREAD *saved_thread_ptr; in _tx_thread_create() local286 saved_thread_ptr = _tx_thread_execute_ptr; in _tx_thread_create()289 if (saved_thread_ptr != TX_NULL) in _tx_thread_create()295 saved_threshold = saved_thread_ptr -> tx_thread_preempt_threshold; in _tx_thread_create()300 … saved_thread_ptr -> tx_thread_preempt_threshold = saved_thread_ptr -> tx_thread_priority; in _tx_thread_create()307 saved_thread_ptr = TX_NULL; in _tx_thread_create()333 if (saved_thread_ptr != TX_NULL) in _tx_thread_create()338 saved_thread_ptr -> tx_thread_preempt_threshold = saved_threshold; in _tx_thread_create()
114 TX_THREAD *saved_thread_ptr; in _txm_module_manager_thread_create() local655 saved_thread_ptr = _tx_thread_execute_ptr; in _txm_module_manager_thread_create()658 if (saved_thread_ptr != TX_NULL) in _txm_module_manager_thread_create()664 saved_threshold = saved_thread_ptr -> tx_thread_preempt_threshold; in _txm_module_manager_thread_create()669 … saved_thread_ptr -> tx_thread_preempt_threshold = saved_thread_ptr -> tx_thread_priority; in _txm_module_manager_thread_create()676 saved_thread_ptr = TX_NULL; in _txm_module_manager_thread_create()702 if (saved_thread_ptr != TX_NULL) in _txm_module_manager_thread_create()707 saved_thread_ptr -> tx_thread_preempt_threshold = saved_threshold; in _txm_module_manager_thread_create()