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

_tx_thread_create() function

Syntax

UINT _tx_thread_create(TX_THREAD *thread_ptr,     CHAR *name_ptr,     VOID (*entry_function)(ULONG entry_input),     ULONG entry_input,     VOID *stack_start,     ULONG stack_size,     UINT priority,     UINT preempt_threshold,     ULONG time_slice,     UINT auto_start);
Implemented in tx_thread_create.c:93

Arguments

thread_ptr

name_ptr

entry_function

entry_input

stack_start

stack_size

priority

preempt_threshold

time_slice

auto_start

Examples

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

Call Tree

Functions calling _tx_thread_create()
Functions called by _tx_thread_create()
_tx_thread_create()
Data read by _tx_thread_create()
Data written by _tx_thread_create()
_tx_thread_create()
Type of _tx_thread_create()
_tx_thread_create()
all items filtered out