Home
last modified time | relevance | path

Searched refs:csoundYield (Results 1 – 4 of 4) sorted by relevance

/dports/audio/csound/csound-6.15.0/H/
H A Dprototyp.h274 int csoundYield(CSOUND *);
/dports/audio/csound/csound-6.15.0/Top/
H A Dmain.c334 if (UNLIKELY(!csoundYield(csound))) in csoundCompileArgs()
H A Dcsound.c474 csoundYield,
1724 if (UNLIKELY(!csoundYield(csound))) csound->LongJmp(csound, 1); in kperf_nodebug()
1960 if (UNLIKELY(!csoundYield(csound))) csound->LongJmp(csound, 1); in kperf_debug()
3249 int csoundYield(CSOUND *csound) in csoundYield() function
/dports/audio/csound/csound-6.15.0/etc/
H A DChangeLog3219 moved declaration of csoundYield() here from csound.h
3989 fixed calls of csoundYield() with NULL pointer
4162 do not call csoundYield() in main loop, kperf() will call it