threadx
+
0
/1 examples
SourceVu will show references to
_tx_thread_delete()
from the following samples and libraries:
Libraries
netxduo
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
threadx
_tx_thread_delete()
_tx_thread_delete() function
Syntax
Show:
Summary
Declaration
Definition
from
tx_api.h:1647
UINT
_tx_thread_delete
(
TX_THREAD
*
thread_ptr
)
;
Implemented in
tx_thread_delete.c:74
Arguments
Argument
thread_ptr
Related Functions
Found 56 other functions taking a
TX_THREAD_STRUCT
argument:
Function
_txe_thread_create()
_tx_thread_system_resume()
_tx_thread_system_suspend()
_txe_thread_resume()
_tx_thread_preemption_change()
_txe_thread_terminate()
_txe_thread_info_get()
_txe_thread_suspend()
_txe_thread_delete()
_txe_thread_priority_change()
_tx_thread_terminate()
_txe_thread_preemption_change()
_txe_semaphore_info_get()
_txe_event_flags_info_get()
_txe_queue_info_get()
_tx_queue_cleanup()
_txm_module_manager_thread_create()
_txe_mutex_info_get()
_tx_thread_create()
_txe_thread_wait_abort()
_tx_mutex_priority_change()
_tx_thread_info_get()
_tx_thread_resume()
_tx_block_pool_cleanup()
_tx_byte_pool_cleanup()
_tx_event_flags_cleanup()
_tx_mutex_cleanup()
_tx_semaphore_cleanup()
_txe_byte_pool_info_get()
_txe_block_pool_info_get()
_tx_block_pool_info_get()
_tx_mutex_info_get()
_tx_byte_pool_info_get()
_tx_event_flags_info_get()
_tx_queue_info_get()
_tx_semaphore_info_get()
_tx_thread_entry_exit_notify()
_tx_thread_time_slice_change()
_tx_thread_wait_abort()
_tx_thread_performance_info_get()
_txe_thread_entry_exit_notify()
_tx_thread_priority_change()
_tx_thread_reset()
_tx_thread_suspend()
_txe_thread_time_slice_change()
_tx_thread_stack_build()
_tx_mutex_thread_release()
_txm_module_manager_thread_notify_trampoline()
_txm_module_manager_thread_reset()
_txm_module_manager_thread_stack_build()
_txe_thread_reset()
_tx_thread_stack_analyze()
_tx_thread_stack_error()
_tx_thread_stack_error_handler()
_tx_thread_system_ni_resume()
_tx_thread_system_ni_suspend()
Examples
_tx_thread_delete()
is referenced by 1 libraries and example projects:
Libraries
netxduo
References
from
0/1
examples
Code
Location
Referrer
UINT
_tx_thread_delete
(
TX_THREAD
*
thread_ptr
)
tx_thread_delete.c:74
UINT
_tx_thread_delete
(
TX_THREAD
*
thread_ptr
)
;
tx_api.h:1647
status
=
_tx_thread_delete
(
thread_ptr
)
;
txe_thread_delete.c:106
_txe_thread_delete()
_tx_thread_delete
(
&
(
module_instance
->
txm_module_instance_start_stop_thread
)
)
;
txm_module_manager_start.c:202
_txm_module_manager_start()
_tx_thread_delete
(
&
(
module_instance
->
txm_module_instance_start_stop_thread
)
)
;
txm_module_manager_stop.c:213
_txm_module_manager_stop()
_tx_thread_delete
(
&
(
module_instance
->
txm_module_instance_start_stop_thread
)
)
;
txm_module_manager_stop.c:250
_txm_module_manager_stop()
_tx_thread_delete
(
&
(
module_instance
->
txm_module_instance_callback_request_thread
)
)
;
txm_module_manager_stop.c:255
_txm_module_manager_stop()
_tx_thread_delete
(
thread_ptr
)
;
txm_module_manager_stop.c:316
_txm_module_manager_stop()
_tx_thread_delete
(
thread_ptr
)
;
txm_module_manager_stop.c:325
_txm_module_manager_stop()
Call Tree
from
0/1
examples
_tx_thread_delete()
is called by 3 functions and calls 3 functions:
_txe_thread_delete()
_txm_module_manager_start()
_txm_module_manager_stop()
All items filtered out
_tx_thread_delete()
__disable_interrupts()
__restore_interrupt()
__restore_interrupts()
All items filtered out
Data Use
from
0/1
examples
_tx_thread_delete()
reads 5 variables and writes 5 variables:
TX_THREAD_STRUCT::tx_thread_state
TX_THREAD_STRUCT::tx_thread_created_next
TX_THREAD_STRUCT::tx_thread_created_previous
_tx_thread_created_ptr
_tx_thread_created_count
All items filtered out
_tx_thread_delete()
TX_THREAD_STRUCT::tx_thread_id
TX_THREAD_STRUCT::tx_thread_created_next
TX_THREAD_STRUCT::tx_thread_created_previous
_tx_thread_created_ptr
_tx_thread_created_count
All items filtered out
Class Tree
from
0/1
examples
All items filtered out
All items filtered out
Override Tree
from
0/1
examples
All items filtered out
All items filtered out
Implementations
from
0/1
examples
All items filtered out
All items filtered out
Instances
from
0/1
examples
Lifecycle
from
0/1
examples
All items filtered out
All items filtered out