Symbols
loading...
Files
loading...

_txe_thread_create() function

Syntax

UINT _txe_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,     UINT thread_control_block_size);
Implemented in txe_thread_create.c:90

Arguments

thread_ptr

name_ptr

entry_function

entry_input

stack_start

stack_size

priority

preempt_threshold

time_slice

auto_start

thread_control_block_size

Examples

_txe_thread_create() is referenced by 31 libraries and example projects.

Call Tree

Functions calling _txe_thread_create()
Functions called by _txe_thread_create()
_txe_thread_create()
Data read by _txe_thread_create()
Data written by _txe_thread_create()
_txe_thread_create()
_txe_thread_create()::interrupt_save
_txe_thread_create()::status
_txe_thread_create()::break_flag
_txe_thread_create()::i
_txe_thread_create()::next_thread
_txe_thread_create()::stack_end
_txe_thread_create()::work_ptr
all items filtered out
Type of _txe_thread_create()
_txe_thread_create()
all items filtered out