Searched refs:_tx_timer_thread (Results 1 – 25 of 89) sorted by relevance
1234
138 core_exclusion = _tx_timer_thread.tx_thread_smp_cores_excluded; in _tx_timer_thread_entry()160 …if ((_tx_timer_thread.tx_thread_smp_cores_excluded & ((ULONG) TX_THREAD_SMP_CORE_MASK)) != core_ex… in _tx_timer_thread_entry()168 status = _tx_thread_smp_core_exclude(&_tx_timer_thread, core_exclusion); in _tx_timer_thread_entry()172 _tx_thread_smp_core_exclude(&_tx_timer_thread, core_exclusion); in _tx_timer_thread_entry()205 core_exclusion = _tx_timer_thread.tx_thread_smp_cores_excluded; in _tx_timer_thread_entry()469 if (_tx_timer_thread.tx_thread_smp_cores_excluded != core_exclusion) in _tx_timer_thread_entry()477 status = _tx_thread_smp_core_exclude(&_tx_timer_thread, core_exclusion); in _tx_timer_thread_entry()482 _tx_thread_smp_core_exclude(&_tx_timer_thread, core_exclusion); in _tx_timer_thread_entry()502 thread_ptr = &_tx_timer_thread; in _tx_timer_thread_entry()
101 TX_THREAD _tx_timer_thread; variable266 status = _tx_thread_create(&_tx_timer_thread, in _tx_timer_initialize()
104 if (thread_ptr == &_tx_timer_thread) in _txe_byte_release()
123 if (thread_ptr == &_tx_timer_thread) in _txe_queue_delete()
124 if (thread_ptr == &_tx_timer_thread) in _txe_semaphore_delete()
110 if (current_thread == &_tx_timer_thread) in _txe_thread_reset()
125 if (thread_ptr == &_tx_timer_thread) in _txe_block_pool_delete()
123 if (thread_ptr == &_tx_timer_thread) in _txe_byte_pool_delete()
125 if (thread_ptr == &_tx_timer_thread) in _txe_event_flags_delete()
125 if (thread_ptr == &_tx_timer_thread) in _txe_mutex_delete()
122 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()
74 extern TX_THREAD _tx_timer_thread; in posix_in_thread_context()94 || (_tx_thread_current_ptr == &_tx_timer_thread) in posix_in_thread_context()
95 TX_THREAD _tx_timer_thread; variable257 status = _tx_thread_create(&_tx_timer_thread, in _tx_timer_initialize()
128 if (current_thread == &_tx_timer_thread) in _txe_semaphore_get()