HyThreadGroup Struct Reference

#include <thread_private.h>

List of all members.


Detailed Description

hythread_group_t pointer to the first element in the thread group


Public Attributes

hythread_t thread_list
 Pointer to the first thread in the list of threads contained in this group.
hythread_t thread_list_tail
 Pointer to the first thread in the list of threads contained in this group.
int threads_count
 Number of threads in this group.
int group_index
 Group index or key for search purposes.
apr_pool_t * pool
 Memory pool to place created threads into.
hythread_group_t next
hythread_group_t prev


Member Data Documentation

hythread_t HyThreadGroup.thread_list

Pointer to the first thread in the list of threads contained in this group.

hythread_t HyThreadGroup.thread_list_tail

Pointer to the first thread in the list of threads contained in this group.

int HyThreadGroup.threads_count

Number of threads in this group.

int HyThreadGroup.group_index

Group index or key for search purposes.

apr_pool_t* HyThreadGroup.pool

Memory pool to place created threads into.

hythread_group_t HyThreadGroup.next

hythread_group_t HyThreadGroup.prev


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

Genereated on Tue Mar 11 19:25:45 2008 by Doxygen.

(c) Copyright 2005, 2008 The Apache Software Foundation or its licensors, as applicable.