TizenRT Libs&Environment  v2.0 M2
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 266 of file sched.h.

Field Documentation

uint8_t ch_flags

Definition at line 269 of file sched.h.

pid_t ch_pid

Definition at line 270 of file sched.h.

int ch_status

Definition at line 271 of file sched.h.

FAR struct child_status_s* flink

Definition at line 267 of file sched.h.


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