From 378afb94011e39a924a010fc33f8e630a86e27a2 Mon Sep 17 00:00:00 2001 From: Aleksandr Ivanov Date: Fri, 26 Jul 2024 17:59:52 +0300 Subject: [PATCH] comment ObjectPool Signed-off-by: Aleksandr Ivanov --- etc/tsansup.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/etc/tsansup.txt b/etc/tsansup.txt index eb4d47b7d..b2162b30b 100644 --- a/etc/tsansup.txt +++ b/etc/tsansup.txt @@ -5,9 +5,9 @@ # assume it's right #race:BloombergLP::bdlcc::ObjectPool<*>::getObject #race:BloombergLP::bdlcc::ObjectPool<*>::releaseObject -#race:BloombergLP::bdlma::ConcurrentPool::deallocate -#race:BloombergLP::bdlma::ConcurrentPool::allocate -#race:BloombergLP::bdlma::ConcurrentPool::deleteObject +race:BloombergLP::bdlma::ConcurrentPool::deallocate +race:BloombergLP::bdlma::ConcurrentPool::allocate +race:BloombergLP::bdlma::ConcurrentPool::deleteObject # Similar to above, there is a lengthy comment in bcema_Pool::allocate which # attempts to explain why there is no race.