DEFAULT_STACK_SIZE is only used within Fx_MultiAccess.
 
Symbols
loading...
Files
loading...

DEFAULT_STACK_SIZE macro

Syntax

#define DEFAULT_STACK_SIZE (2 * 1024)

References

LocationText
app_filex.c:37
#define DEFAULT_STACK_SIZE (2 * 1024)
app_filex.c:101
ret = tx_byte_allocate(byte_pool, &pointer, DEFAULT_STACK_SIZE, TX_NO_WAIT);
app_filex.c:110
tx_thread_create(&fx_thread_main, "fx_thread_main", fx_thread_main_entry, 0, pointer, DEFAULT_STACK_SIZE, DEFAULT_THREAD_PRIO,
app_filex.c:114
ret = tx_byte_allocate(byte_pool, &pointer, DEFAULT_STACK_SIZE, TX_NO_WAIT);
app_filex.c:123
tx_thread_create(&fx_thread_one, "fx_thread_one", fx_thread_one_entry, 0, pointer, DEFAULT_STACK_SIZE, DEFAULT_THREAD_PRIO,
app_filex.c:127
ret = tx_byte_allocate(byte_pool, &pointer, DEFAULT_STACK_SIZE, TX_NO_WAIT);
app_filex.c:136
tx_thread_create(&fx_thread_two, "fx_thread_two", fx_thread_two_entry, 0, pointer, DEFAULT_STACK_SIZE, DEFAULT_THREAD_PRIO,