|
st_time, ex_time, de_time |
The start time, execution time and deadline
of the new thread.
|
|
isPersistent |
The new thread will be persistent.
|
|
isFT |
The new thread will be fault tolerant.
|
|
entry |
The entry point for the new thread.
|
|
arg |
The argument to be passed to the new
thread.
|
|
dlh_port |
[out] The port which will receive
expiration messages in case of an
overrun task, that is, a task that executes
for longer than ex_time. Dlh_port must be zero if
no deadline handler is defined.
|
|
thread_attr |
[out] The filled-in rt_thread_attr_t
template.
|