summaryrefslogtreecommitdiff
path: root/opengl/tests/gl_basic/gl_basic.cpp
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2010-04-27 16:11:38 -0700
committerMathias Agopian <mathias@google.com>2010-04-28 16:12:54 -0700
commit0a8cd0689a76dbca7405004caac4dde4c0250aea (patch)
tree0b2f90c41d20b3f49027b245950429392f9942bd /opengl/tests/gl_basic/gl_basic.cpp
parentfd4a2323743f7f4398efc6b8ca48e6242c149c91 (diff)
fix a race condition in undoDequeue(), where 'tail' could be computed incorrectly.
in the undoDequeue() case, 'tail' was recalculated from 'available' and 'head' however there was a race between this and retireAndLock(), which could cause 'tail' to be recalculated wrongly. the interesting thing though is that retireAndLock() shouldn't have any impact on the value of 'tail', which is client-side only attribute. we fix the race by saving the value of 'tail' before dequeue() and restore it in the case of undoDequeue(), since we know it doesn't depend on retireAndLock(). Change-Id: I4bcc4d16b6bc4dd93717ee739c603040b18295a0
Diffstat (limited to 'opengl/tests/gl_basic/gl_basic.cpp')
0 files changed, 0 insertions, 0 deletions