/home/runner/work/HiCR/HiCR/include/hicr/backends/pthreads/computeManager.hpp File Reference
HiCR
|
This file implements the compute manager for Pthreads backend. More...
#include <memory>
#include <hicr/core/exceptions.hpp>
#include <hicr/backends/hwloc/computeResource.hpp>
#include <hicr/backends/pthreads/executionState.hpp>
#include <hicr/backends/pthreads/processingUnit.hpp>
#include <hicr/core/computeManager.hpp>
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.
- 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
Generated by