Commit 524a9b00 authored by Leif Walsh's avatar Leif Walsh Committed by Yoni Fogel

refs #5672 add suppression for signaling the eviction thread cond without holding its mutex

git-svn-id: file:///svn/toku/tokudb@51310 c7de825b-a66e-492c-adef-691d508d4ae1
parent ea96b922
......@@ -94,3 +94,9 @@
drd:ConflictingAccess
fun:_ZNK7evictor24unsafe_read_size_currentEv
}
{
signal_ev_thread_without_holding_mutex_for_condition
drd:CondRaceErr
fun:pthread_cond_signal@*
fun:_ZN7evictor22signal_eviction_threadEv
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment