_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);
Arguments
thread_control_block_size
Examples
_txe_thread_create() is referenced by 31 libraries and example projects: