Home
last modified time | relevance | path

Searched refs:attrs (Results 1 – 1 of 1) sorted by relevance

/ThreadX-v6.4.1/ports_smp/linux/gnu/src/
Dtx_thread_stack_build.c89 pthread_attr_t attrs; in _tx_thread_stack_build() local
104 pthread_attr_init(&attrs); in _tx_thread_stack_build()
105 pthread_attr_setstacksize(&attrs, TX_LINUX_THREAD_STACK_SIZE); in _tx_thread_stack_build()
106 …if(pthread_create(&thread_ptr -> tx_thread_linux_thread_id, &attrs, _tx_linux_thread_entry, thread… in _tx_thread_stack_build()