Tizen RT Libs&Environment
v1.0 D5
|
This structure is used to maintin information about child tasks. pthreads work differently, they have join information. This is only for child tasks. More...
#include <sched.h>
Data Fields | |
FAR struct child_status_s * | flink |
uint8_t | ch_flags |
pid_t | ch_pid |
int | ch_status |
This structure is used to maintin information about child tasks. pthreads work differently, they have join information. This is only for child tasks.
FAR struct child_status_s* flink |