Searched refs:attrs (Results 1 – 1 of 1) sorted by relevance
89 pthread_attr_t attrs; in _tx_thread_stack_build() local104 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()