Skip to content
Commit 52fc887b authored by Qi Wang's avatar Qi Wang Committed by Qi Wang
Browse files

Avoid inactivity_check within background threads.

Passing is_background_thread down the decay path, so that background thread
itself won't attempt inactivity_check.  This fixes an issue with background
thread doing trylock on a mutex it already owns.
parent 37f3fa09
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