|
ergo
|
#include "template_blas_common.h"#include <stdexcept>#include <iostream>#include <math.h>#include <stdio.h>#include <pthread.h>Functions | |
| static void * | thread_func (void *arg) |
| int | main () |
Variables | |
| pthread_mutex_t | mutex = PTHREAD_MUTEX_INITIALIZER |
| int main | ( | ) |
References template_blas_compute_pi_BBP(), and thread_func().
|
static |
References A, B, mutex, and template_blas_gemm().
Referenced by main().
| pthread_mutex_t mutex = PTHREAD_MUTEX_INITIALIZER |
Referenced by thread_func(), and thread_func().