/home/runner/work/HiCR/HiCR/include/hicr/backends/pthreads/computeManager.hpp File Reference

HiCR: /home/runner/work/HiCR/HiCR/include/hicr/backends/pthreads/computeManager.hpp File Reference
HiCR
computeManager.hpp File Reference

This file implements the compute manager for Pthreads backend. More...

Go to the source code of this file.

Classes

class  HiCR::backend::pthreads::ComputeManager
 

Typedefs

using HiCR::backend::pthreads::pthreadFc_t = std::function< void(void *)>
 

Detailed Description

This file implements the compute manager for Pthreads backend.

Authors
S. M. Martin, O. Korakitis
Date
10/12/2023

Typedef Documentation

◆ pthreadFc_t

using HiCR::backend::pthreads::pthreadFc_t = typedef std::function<void(void *)>

Defines the function type including a closure pointer to be accepted for executiong by a pthread processing unit