Tizen RT Libs&Environment  v1.1 D4
task_group_s Struct Reference

Structure for Task Group Information. More...

#include <sched.h>

Collaboration diagram for task_group_s:

Data Fields

struct task_group_sflink
 
gid_t tg_gid
 
gid_t tg_pgid
 
pid_t tg_task
 
uint8_t tg_flags
 
uint8_t tg_nmembers
 
uint8_t tg_mxmembers
 
FAR pid_t * tg_members
 
onexitfunc_t tg_onexitfunc
 
FAR void * tg_onexitarg
 
FAR struct child_status_stg_children
 
sem_t tg_joinsem
 
FAR struct join_s * tg_joinhead
 
FAR struct join_s * tg_jointail
 
uint8_t tg_nkeys
 
sq_queue_t sigpendingq
 
size_t tg_envsize
 
FAR char * tg_envp
 
struct filelist tg_filelist
 
sq_queue_t tg_msgdesq
 

Detailed Description

Structure for Task Group Information.

Definition at line 335 of file sched.h.

Field Documentation

◆ flink

struct task_group_s* flink

Definition at line 337 of file sched.h.

◆ sigpendingq

sq_queue_t sigpendingq

Definition at line 404 of file sched.h.

◆ tg_children

FAR struct child_status_s* tg_children

Definition at line 381 of file sched.h.

◆ tg_envp

FAR char* tg_envp

Definition at line 411 of file sched.h.

◆ tg_envsize

size_t tg_envsize

Definition at line 410 of file sched.h.

◆ tg_filelist

struct filelist tg_filelist

Definition at line 423 of file sched.h.

◆ tg_flags

uint8_t tg_flags

Definition at line 346 of file sched.h.

◆ tg_gid

gid_t tg_gid

Definition at line 338 of file sched.h.

◆ tg_joinhead

FAR struct join_s* tg_joinhead

Definition at line 396 of file sched.h.

◆ tg_joinsem

sem_t tg_joinsem

Definition at line 395 of file sched.h.

◆ tg_jointail

FAR struct join_s* tg_jointail

Definition at line 397 of file sched.h.

◆ tg_members

FAR pid_t* tg_members

Definition at line 353 of file sched.h.

◆ tg_msgdesq

sq_queue_t tg_msgdesq

Definition at line 450 of file sched.h.

◆ tg_mxmembers

uint8_t tg_mxmembers

Definition at line 352 of file sched.h.

◆ tg_nkeys

uint8_t tg_nkeys

Definition at line 398 of file sched.h.

◆ tg_nmembers

uint8_t tg_nmembers

Definition at line 350 of file sched.h.

◆ tg_onexitarg

FAR void* tg_onexitarg

Definition at line 374 of file sched.h.

◆ tg_onexitfunc

onexitfunc_t tg_onexitfunc

Definition at line 373 of file sched.h.

◆ tg_pgid

gid_t tg_pgid

Definition at line 341 of file sched.h.

◆ tg_task

pid_t tg_task

Definition at line 344 of file sched.h.


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