TizenRT Libs&Environment  v2.0 M2
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
 
sq_queue_t tg_onexitfunc
 
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_key [PTHREAD_KEYS_MAX]
 
pthread_destructor_t tg_destructor [PTHREAD_KEYS_MAX]
 
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 340 of file sched.h.

Field Documentation

struct task_group_s* flink

Definition at line 342 of file sched.h.

sq_queue_t sigpendingq

Definition at line 401 of file sched.h.

FAR struct child_status_s* tg_children

Definition at line 375 of file sched.h.

Definition at line 394 of file sched.h.

FAR char* tg_envp

Definition at line 408 of file sched.h.

size_t tg_envsize

Definition at line 407 of file sched.h.

struct filelist tg_filelist

Definition at line 420 of file sched.h.

uint8_t tg_flags

Definition at line 351 of file sched.h.

gid_t tg_gid

Definition at line 343 of file sched.h.

FAR struct join_s* tg_joinhead

Definition at line 390 of file sched.h.

sem_t tg_joinsem

Definition at line 389 of file sched.h.

FAR struct join_s* tg_jointail

Definition at line 391 of file sched.h.

uint8_t tg_key[PTHREAD_KEYS_MAX]

Definition at line 393 of file sched.h.

FAR pid_t* tg_members

Definition at line 358 of file sched.h.

sq_queue_t tg_msgdesq

Definition at line 447 of file sched.h.

uint8_t tg_mxmembers

Definition at line 357 of file sched.h.

uint8_t tg_nmembers

Definition at line 355 of file sched.h.

sq_queue_t tg_onexitfunc

Definition at line 369 of file sched.h.

gid_t tg_pgid

Definition at line 346 of file sched.h.

pid_t tg_task

Definition at line 349 of file sched.h.


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