Home
last modified time | relevance | path

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

/dports/audio/supercollider/SuperCollider-3.11.0-Source/lang/LangSource/
H A DPyrSlot64.h238 inline PyrThread* slotRawThread(PyrSlot* slot) { return slot->u.ot; } in slotRawThread() function
H A DPyrSlot32.h304 inline PyrThread* slotRawThread(PyrSlot* slot) { return slot->s.u.ot; } in slotRawThread() function