Home
last modified time | relevance | path

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

1234

/ThreadX-v6.3.0/common_smp/src/
Dtx_timer_thread_entry.c138 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()
Dtx_timer_initialize.c101 TX_THREAD _tx_timer_thread; variable
266 status = _tx_thread_create(&_tx_timer_thread, in _tx_timer_initialize()
Dtxe_byte_release.c104 if (thread_ptr == &_tx_timer_thread) in _txe_byte_release()
Dtxe_queue_delete.c123 if (thread_ptr == &_tx_timer_thread) in _txe_queue_delete()
Dtxe_semaphore_delete.c124 if (thread_ptr == &_tx_timer_thread) in _txe_semaphore_delete()
Dtxe_thread_reset.c110 if (current_thread == &_tx_timer_thread) in _txe_thread_reset()
Dtxe_block_pool_delete.c125 if (thread_ptr == &_tx_timer_thread) in _txe_block_pool_delete()
Dtxe_byte_pool_delete.c123 if (thread_ptr == &_tx_timer_thread) in _txe_byte_pool_delete()
Dtxe_event_flags_delete.c125 if (thread_ptr == &_tx_timer_thread) in _txe_event_flags_delete()
Dtxe_mutex_delete.c125 if (thread_ptr == &_tx_timer_thread) in _txe_mutex_delete()
Dtxe_timer_delete.c122 if (thread_ptr == &_tx_timer_thread) in _txe_timer_delete()
/ThreadX-v6.3.0/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.3.0/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.3.0/utility/rtos_compatibility_layers/posix/
Dpx_in_thread_context.c74 extern TX_THREAD _tx_timer_thread; in posix_in_thread_context()
94 || (_tx_thread_current_ptr == &_tx_timer_thread) in posix_in_thread_context()
/ThreadX-v6.3.0/common/src/
Dtx_timer_initialize.c95 TX_THREAD _tx_timer_thread; variable
257 status = _tx_thread_create(&_tx_timer_thread, in _tx_timer_initialize()
Dtxe_byte_release.c104 if (thread_ptr == &_tx_timer_thread) in _txe_byte_release()
Dtxe_queue_delete.c123 if (thread_ptr == &_tx_timer_thread) in _txe_queue_delete()
Dtxe_semaphore_delete.c124 if (thread_ptr == &_tx_timer_thread) in _txe_semaphore_delete()
Dtxe_thread_reset.c110 if (current_thread == &_tx_timer_thread) in _txe_thread_reset()
Dtxe_block_pool_delete.c125 if (thread_ptr == &_tx_timer_thread) in _txe_block_pool_delete()
Dtxe_byte_pool_delete.c123 if (thread_ptr == &_tx_timer_thread) in _txe_byte_pool_delete()
Dtxe_event_flags_delete.c125 if (thread_ptr == &_tx_timer_thread) in _txe_event_flags_delete()
Dtxe_mutex_delete.c125 if (thread_ptr == &_tx_timer_thread) in _txe_mutex_delete()
Dtxe_timer_delete.c122 if (thread_ptr == &_tx_timer_thread) in _txe_timer_delete()
Dtxe_semaphore_get.c128 if (current_thread == &_tx_timer_thread) in _txe_semaphore_get()

1234