ergo
template_blas_test_threaded.cc File Reference
#include "template_blas_common.h"
#include <stdexcept>
#include <iostream>
#include <math.h>
#include <stdio.h>
#include <pthread.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 ( )

◆ thread_func()

static void* thread_func ( void *  arg)
static

References A, B, mutex, and template_blas_gemm().

Referenced by main().

Variable Documentation

◆ mutex

pthread_mutex_t mutex = PTHREAD_MUTEX_INITIALIZER

Referenced by thread_func().