From cfe824fd224c7611138fefa3e25854eec67c3e6f Mon Sep 17 00:00:00 2001 From: Aleksandr Ivanov Date: Thu, 25 Jul 2024 14:56:17 +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.