NeoPZ
Variables
pzskylmatpar.cpp File Reference

Contains the implementation of the TPZSkylParMatrix methods. More...

#include <math.h>
#include <stdlib.h>
#include <stdio.h>
#include <fstream>
#include "pzfmatrix.h"
#include "pzskylmat.h"
#include "pzskylmatpar.h"
#include "pzlog.h"
#include "pz_pthread.h"
Include dependency graph for pzskylmatpar.cpp:

Go to the source code of this file.

Variables

pthread_mutex_t skymutex
 Semaphore. More...
 
pthread_cond_t condition
 Condition to waiting. More...
 

Detailed Description

Contains the implementation of the TPZSkylParMatrix methods.

Definition in file pzskylmatpar.cpp.

Variable Documentation

◆ condition

pthread_cond_t condition

Condition to waiting.

Definition at line 37 of file pzskylmatpar.cpp.

◆ skymutex

pthread_mutex_t skymutex

Semaphore.

Definition at line 35 of file pzskylmatpar.cpp.