Re: [PATCH] Implement std::pmr::synchronized_pool_resource

2018-11-17 Thread Jonathan Wakely
On 08/11/18 18:02 +, Jonathan Wakely wrote: Define the thread-safe pool resource, using a shared_mutex to allow multiple threads to concurrently allocate from thread-specific pools. Define new weak symbols for the pthread_rwlock_t functions, to avoid making libstdc++.so depend on libpthread.

[PATCH] Implement std::pmr::synchronized_pool_resource

2018-11-08 Thread Jonathan Wakely
Define the thread-safe pool resource, using a shared_mutex to allow multiple threads to concurrently allocate from thread-specific pools. Define new weak symbols for the pthread_rwlock_t functions, to avoid making libstdc++.so depend on libpthread.so * config/abi/pre/gnu.ver: Add new sym