Zrythm
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
ObjectPool Struct Reference

Data Fields

int max_objects
 
void ** obj_available
 Available objects.
 
int num_obj_available
 
ObjectFreeFunc free_func
 Object free func.
 
ZixSem access_sem
 Semaphore for atomic operations.
 

Detailed Description

Definition at line 23 of file object_pool.h.

Field Documentation

◆ access_sem

ZixSem ObjectPool::access_sem

Semaphore for atomic operations.

Definition at line 35 of file object_pool.h.

◆ free_func

ObjectFreeFunc ObjectPool::free_func

Object free func.

Definition at line 32 of file object_pool.h.

◆ max_objects

int ObjectPool::max_objects

Definition at line 25 of file object_pool.h.

◆ num_obj_available

int ObjectPool::num_obj_available

Definition at line 29 of file object_pool.h.

◆ obj_available

void** ObjectPool::obj_available

Available objects.

Definition at line 28 of file object_pool.h.


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