Halide
halide_semaphore_acquire_t Struct Reference

A struct representing a semaphore and a number of items that must be acquired from it. More...

#include <HalideRuntime.h>

Public Attributes

struct halide_semaphore_tsemaphore
 
int count
 

Detailed Description

A struct representing a semaphore and a number of items that must be acquired from it.

Used in halide_parallel_task_t below.

Definition at line 223 of file HalideRuntime.h.

Member Data Documentation

◆ semaphore

struct halide_semaphore_t* halide_semaphore_acquire_t::semaphore

Definition at line 224 of file HalideRuntime.h.

Referenced by Halide::Runtime::Internal::work::make_runnable().

◆ count

int halide_semaphore_acquire_t::count

Definition at line 225 of file HalideRuntime.h.

Referenced by Halide::Runtime::Internal::work::make_runnable().


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