Home
last modified time | relevance | path

Searched refs:_tx_timer_thread (Results 1 – 25 of 89) sorted by relevance

1234

/ThreadX-v6.4.1/common_smp/src/
Dtx_timer_thread_entry.c137 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()
Dtx_timer_initialize.c100 TX_THREAD _tx_timer_thread; variable
265 status = _tx_thread_create(&_tx_timer_thread, in _tx_timer_initialize()
Dtxe_byte_release.c103 if (thread_ptr == &_tx_timer_thread) in _txe_byte_release()
Dtxe_thread_reset.c109 if (current_thread == &_tx_timer_thread) in _txe_thread_reset()
Dtxe_queue_delete.c122 if (thread_ptr == &_tx_timer_thread) in _txe_queue_delete()
Dtxe_semaphore_delete.c123 if (thread_ptr == &_tx_timer_thread) in _txe_semaphore_delete()
Dtxe_mutex_delete.c124 if (thread_ptr == &_tx_timer_thread) in _txe_mutex_delete()
Dtxe_block_pool_delete.c124 if (thread_ptr == &_tx_timer_thread) in _txe_block_pool_delete()
Dtxe_byte_pool_delete.c122 if (thread_ptr == &_tx_timer_thread) in _txe_byte_pool_delete()
Dtxe_event_flags_delete.c124 if (thread_ptr == &_tx_timer_thread) in _txe_event_flags_delete()
Dtxe_timer_delete.c121 if (thread_ptr == &_tx_timer_thread) in _txe_timer_delete()
/ThreadX-v6.4.1/test/tx/regression/
Dthreadx_initialize_kernel_setup_test.c72 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()
/ThreadX-v6.4.1/test/smp/regression/
Dthreadx_initialize_kernel_setup_test.c74 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()
/ThreadX-v6.4.1/utility/rtos_compatibility_layers/posix/
Dpx_in_thread_context.c73 extern TX_THREAD _tx_timer_thread; in posix_in_thread_context()
93 || (_tx_thread_current_ptr == &_tx_timer_thread) in posix_in_thread_context()
/ThreadX-v6.4.1/common/src/
Dtx_timer_initialize.c94 TX_THREAD _tx_timer_thread; variable
256 status = _tx_thread_create(&_tx_timer_thread, in _tx_timer_initialize()
Dtxe_byte_release.c103 if (thread_ptr == &_tx_timer_thread) in _txe_byte_release()
Dtxe_queue_delete.c122 if (thread_ptr == &_tx_timer_thread) in _txe_queue_delete()
Dtxe_semaphore_delete.c123 if (thread_ptr == &_tx_timer_thread) in _txe_semaphore_delete()
Dtxe_thread_reset.c109 if (current_thread == &_tx_timer_thread) in _txe_thread_reset()
Dtxe_byte_pool_delete.c122 if (thread_ptr == &_tx_timer_thread) in _txe_byte_pool_delete()
Dtxe_event_flags_delete.c124 if (thread_ptr == &_tx_timer_thread) in _txe_event_flags_delete()
Dtxe_mutex_delete.c124 if (thread_ptr == &_tx_timer_thread) in _txe_mutex_delete()
Dtxe_timer_delete.c121 if (thread_ptr == &_tx_timer_thread) in _txe_timer_delete()
Dtxe_block_pool_delete.c124 if (thread_ptr == &_tx_timer_thread) in _txe_block_pool_delete()
Dtxe_semaphore_get.c127 if (current_thread == &_tx_timer_thread) in _txe_semaphore_get()

1234