Compute resource manager
Compute resource manager API
compute_res_hmx_mutex_t Struct Reference

#include <HAP_compute_res.h>

Public Attributes

void * mutex
 
void(* lock )(void *mutex)
 
void(* unlock )(void *mutex)
 

Detailed Description

Structure holding HMX critical section parameters

Member Data Documentation

◆ lock

void(* compute_res_hmx_mutex_t::lock) (void *mutex)

Lock function to be called for entering HMX critical section using mutex as argument

◆ mutex

void* compute_res_hmx_mutex_t::mutex

Mutex to be used for entering/exiting HMX critical section via lock and unlock functions

◆ unlock

void(* compute_res_hmx_mutex_t::unlock) (void *mutex)

Unlock function to be called for exiting HMX critical section using mutex as argument


The documentation for this struct was generated from the following file: