Tizen RT Libs&Environment  v1.1 D4
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 261 of file sched.h.

Field Documentation

◆ ch_flags

uint8_t ch_flags

Definition at line 264 of file sched.h.

◆ ch_pid

pid_t ch_pid

Definition at line 265 of file sched.h.

◆ ch_status

int ch_status

Definition at line 266 of file sched.h.

◆ flink

FAR struct child_status_s* flink

Definition at line 262 of file sched.h.


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