Halide 19.0.0
Halide compiler and libraries
|
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_t * | semaphore |
int | count |
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 248 of file HalideRuntime.h.
struct halide_semaphore_t* halide_semaphore_acquire_t::semaphore |
Definition at line 249 of file HalideRuntime.h.
Referenced by Halide::Runtime::Internal::work::make_runnable().
int halide_semaphore_acquire_t::count |
Definition at line 250 of file HalideRuntime.h.
Referenced by Halide::Runtime::Internal::work::make_runnable().