threadx + 0/1 examples
CodeScope will show references to _tx_thread_info_get() from the following samples and libraries:
Libraries
 
Symbols
loading...
Files
loading...

_tx_thread_info_get() function

Syntax

UINT _tx_thread_info_get(TX_THREAD *thread_ptr,     CHAR **name,     UINT *state,     ULONG *run_count,     UINT *priority,     UINT *preemption_threshold,     ULONG *time_slice,     TX_THREAD **next_thread,     TX_THREAD **next_suspended_thread);
Implemented in tx_thread_info_get.c:83

Arguments

thread_ptr

name

state

run_count

priority

preemption_threshold

time_slice

next_thread

next_suspended_thread

Examples

_tx_thread_info_get() is referenced by 1 libraries and example projects.