Tizen RT Libs&Environment  v1.0 D5
child_status_s Struct Reference

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>

Collaboration diagram for child_status_s:

Data Fields

FAR struct child_status_sflink
 
uint8_t ch_flags
 
pid_t ch_pid
 
int ch_status
 

Detailed Description

This structure is used to maintin information about child tasks. pthreads work differently, they have join information. This is only for child tasks.

Definition at line 253 of file sched.h.

Field Documentation

uint8_t ch_flags

Definition at line 256 of file sched.h.

pid_t ch_pid

Definition at line 257 of file sched.h.

int ch_status

Definition at line 258 of file sched.h.

FAR struct child_status_s* flink

Definition at line 254 of file sched.h.


The documentation for this struct was generated from the following file: