[okl4-developer] Creating threads

Guillaume PETITJEAN guillaume.petitjean at st.com
Tue Aug 5 23:12:16 EST 2008


How do you set the name of a thread in OKL4 and is it possible ?

When using thread_create_simple(), how is the stack created (where ?
size ?)  ?
I guess that if I use  thread_create_simple() I don't need to use
thread_start() right ?
Is it a good idea to use this fucntion or is it better to do like in
thread_tests.c :
1) thread_create
2) create stack by hand
3) thread_start
which is really not convenient...


Thanks
Guillaume




More information about the Developer mailing list