_CondQueue Struct Reference

#include <pthread.h>

Data Fields

_CondNode *  iHead
_CondNode *  iTail
pthread_mutex_t  iMutex

Field Documentation

struct _CondNode* _CondQueue::iHead
 
pthread_mutex_t _CondQueue::iMutex
 
struct _CondNode* _CondQueue::iTail
 

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

Copyright © Nokia Corporation 2001-2008
Back to top