DTS Application Library  0.2.3
Application library containing referenced objects and interfaces to common libraries
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
threadcontainer Struct Reference

Global threads data. More...

Data Fields

struct bucket_listlist
 Hashed bucket list of threads. More...
 
struct thread_pvtmanager
 Manager thread. More...
 

Detailed Description

Global threads data.

Definition at line 78 of file thread.c.

Field Documentation

struct bucket_list* threadcontainer::list

Hashed bucket list of threads.

Definition at line 80 of file thread.c.

Referenced by framework_mkthread(), and startthreads().

struct thread_pvt* threadcontainer::manager

Manager thread.

Definition at line 82 of file thread.c.

Referenced by framework_mkthread(), jointhreads(), startthreads(), and stopthreads().


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