PLASMA  2.4.5
PLASMA - Parallel Linear Algebra for Scalable Multi-core Architectures
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
pthread_cond_s Struct Reference

#include <plasmawinthread.h>

Data Fields

HANDLE hSem
HANDLE hEvt
CRITICAL_SECTION cs
int waitCount

Detailed Description

Definition at line 36 of file plasmawinthread.h.


Field Documentation

CRITICAL_SECTION pthread_cond_s::cs

Definition at line 39 of file plasmawinthread.h.

HANDLE pthread_cond_s::hEvt

Definition at line 38 of file plasmawinthread.h.

HANDLE pthread_cond_s::hSem

Definition at line 37 of file plasmawinthread.h.

int pthread_cond_s::waitCount

Definition at line 40 of file plasmawinthread.h.


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