Home
last modified time | relevance | path

Searched defs:state_atom_new (Results 1 – 2 of 2) sorted by relevance

/dports/audio/moony-lv2/moony-0.36.0/api/
H A Dapi.c765 LV2_Atom *state_atom_new = (LV2_Atom *)ser.buf; in _state_save() local
976 LV2_Atom *state_atom_new = malloc(sizeof(LV2_Atom) + size); in _state_restore() local
2266 …LV2_Atom *state_atom_new = (LV2_Atom *)atomic_exchange_explicit(&moony->state_atom_new, 0, memory_… in moony_in() local
/dports/audio/moony-lv2/moony-0.36.0/include/
H A Dmoony.h313 atomic_uintptr_t state_atom_new; member