Halide
halide_semaphore_t Struct Reference

An opaque struct representing a semaphore. More...

#include <HalideRuntime.h>

Public Attributes

uint64_t _private [2]
 

Detailed Description

An opaque struct representing a semaphore.

Used by the task system for async tasks.

Definition at line 217 of file HalideRuntime.h.

Member Data Documentation

◆ _private

uint64_t halide_semaphore_t::_private[2]

Definition at line 218 of file HalideRuntime.h.


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