Tizen RT Libs&Environment  v1.0 D5
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 317 of file sched.h.

Field Documentation

struct task_group_s* flink

Definition at line 319 of file sched.h.

sq_queue_t sigpendingq

Definition at line 386 of file sched.h.

FAR struct child_status_s* tg_children

Definition at line 363 of file sched.h.

FAR char* tg_envp

Definition at line 393 of file sched.h.

size_t tg_envsize

Definition at line 392 of file sched.h.

struct filelist tg_filelist

Definition at line 405 of file sched.h.

uint8_t tg_flags

Definition at line 328 of file sched.h.

gid_t tg_gid

Definition at line 320 of file sched.h.

FAR struct join_s* tg_joinhead

Definition at line 378 of file sched.h.

sem_t tg_joinsem

Definition at line 377 of file sched.h.

FAR struct join_s* tg_jointail

Definition at line 379 of file sched.h.

FAR pid_t* tg_members

Definition at line 335 of file sched.h.

sq_queue_t tg_msgdesq

Definition at line 432 of file sched.h.

uint8_t tg_mxmembers

Definition at line 334 of file sched.h.

uint8_t tg_nkeys

Definition at line 380 of file sched.h.

uint8_t tg_nmembers

Definition at line 332 of file sched.h.

FAR void* tg_onexitarg

Definition at line 356 of file sched.h.

onexitfunc_t tg_onexitfunc

Definition at line 355 of file sched.h.

gid_t tg_pgid

Definition at line 323 of file sched.h.

pid_t tg_task

Definition at line 326 of file sched.h.


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