ergo
template_lapack_test_threaded.cc File Reference
#include <stdexcept>
#include <iostream>
#include <math.h>
#include <string.h>
#include <pthread.h>
#include <vector>
#include "template_lapack_common.h"

Typedefs

typedef double realtype
 

Functions

static void * thread_func (void *arg)
 
int main ()
 

Variables

pthread_mutex_t mutex = PTHREAD_MUTEX_INITIALIZER
 

Typedef Documentation

◆ realtype

typedef double realtype

Function Documentation

◆ main()

int main ( )

References thread_func().

◆ thread_func()

Variable Documentation

◆ mutex

pthread_mutex_t mutex = PTHREAD_MUTEX_INITIALIZER

Referenced by thread_func().