ChiaHungDuan e6c2952eb5
[scudo] Condition variable can be disabled by setting the flag to off (#77532)
To enable the condition variable, you have to define both
UseConditionVariable and the ConditionVariableT. Otherwise, it'll be
disabled. However, you may want to disable the condition variable by
setting UseConditionVariable=false, for example, while measuring the
performance and you want to turn it off temporarily. Instead of
requiring the removal of the variable, examining its value makes more
sense.
2024-01-10 11:03:28 -08:00
..
2023-12-18 18:54:32 -08:00
2023-04-17 17:38:06 +00:00
2023-06-07 00:15:04 +00:00
2023-09-18 14:47:39 +02:00