Searched refs:_tx_timer_thread (Results 1 – 25 of 89) sorted by relevance
1234
137 core_exclusion = _tx_timer_thread.tx_thread_smp_cores_excluded; in _tx_timer_thread_entry()159 …if ((_tx_timer_thread.tx_thread_smp_cores_excluded & ((ULONG) TX_THREAD_SMP_CORE_MASK)) != core_ex… in _tx_timer_thread_entry()167 status = _tx_thread_smp_core_exclude(&_tx_timer_thread, core_exclusion); in _tx_timer_thread_entry()171 _tx_thread_smp_core_exclude(&_tx_timer_thread, core_exclusion); in _tx_timer_thread_entry()204 core_exclusion = _tx_timer_thread.tx_thread_smp_cores_excluded; in _tx_timer_thread_entry()468 if (_tx_timer_thread.tx_thread_smp_cores_excluded != core_exclusion) in _tx_timer_thread_entry()476 status = _tx_thread_smp_core_exclude(&_tx_timer_thread, core_exclusion); in _tx_timer_thread_entry()481 _tx_thread_smp_core_exclude(&_tx_timer_thread, core_exclusion); in _tx_timer_thread_entry()501 thread_ptr = &_tx_timer_thread; in _tx_timer_thread_entry()
100 TX_THREAD _tx_timer_thread; variable265 status = _tx_thread_create(&_tx_timer_thread, in _tx_timer_initialize()
103 if (thread_ptr == &_tx_timer_thread) in _txe_byte_release()
109 if (current_thread == &_tx_timer_thread) in _txe_thread_reset()
122 if (thread_ptr == &_tx_timer_thread) in _txe_queue_delete()
123 if (thread_ptr == &_tx_timer_thread) in _txe_semaphore_delete()
124 if (thread_ptr == &_tx_timer_thread) in _txe_mutex_delete()
124 if (thread_ptr == &_tx_timer_thread) in _txe_block_pool_delete()
122 if (thread_ptr == &_tx_timer_thread) in _txe_byte_pool_delete()
124 if (thread_ptr == &_tx_timer_thread) in _txe_event_flags_delete()
121 if (thread_ptr == &_tx_timer_thread) in _txe_timer_delete()
72 extern TX_THREAD _tx_timer_thread;77 _tx_thread_terminate(&_tx_timer_thread); in delete_timer_thread()78 _tx_thread_delete(&_tx_timer_thread); in delete_timer_thread()
74 extern TX_THREAD _tx_timer_thread;79 _tx_thread_terminate(&_tx_timer_thread); in delete_timer_thread()80 _tx_thread_delete(&_tx_timer_thread); in delete_timer_thread()
73 extern TX_THREAD _tx_timer_thread; in posix_in_thread_context()93 || (_tx_thread_current_ptr == &_tx_timer_thread) in posix_in_thread_context()
94 TX_THREAD _tx_timer_thread; variable256 status = _tx_thread_create(&_tx_timer_thread, in _tx_timer_initialize()
127 if (current_thread == &_tx_timer_thread) in _txe_semaphore_get()