Mercurial > almixer_isolated
log ALmixer.c @ 35:76a881923cfc
age | author | description |
---|---|---|
Wed, 06 Apr 2011 14:54:09 -0700 | Eric Wing | Bug fix for starvation problem due to for-loop using uninitialized variable. |
Mon, 04 Apr 2011 15:57:22 -0700 | Eric Wing | Fixed for omitted return value. |
Fri, 01 Apr 2011 17:39:32 -0700 | Eric Wing |
Fixed infinite loop bug for delete. |
Tue, 29 Mar 2011 15:55:02 -0700 | Eric Wing | Bug fix: Boolean should have been flipped...causes deadlock. |
Tue, 29 Mar 2011 11:16:39 -0700 | Eric Wing | Added initialized check in Begin/End interruption. |
Mon, 28 Mar 2011 18:28:14 -0700 | Eric Wing |
Bug fix to move g_inInterruption cleanup outside of #ifdef THREADS block. |
Mon, 28 Mar 2011 16:05:25 -0700 | Eric Wing |
Optimization to destroy bookkeeping thread on BeginInterruption() and recreate it on EndInterruption(). I'm concerned that Android may be running this thread and eating up unnecessary sleep cycles, particularly on certain devices that may have pathological sleep disorders. (There is a report about Samsung Galaxy Tab.) |