[PATCH] Add a thread-safe version of RefCountedBase
Argyrios Kyrtzidis
kyrtzidis at apple.com
Tue Mar 4 22:59:17 PST 2014
LGTM!
On Mar 3, 2014, at 5:49 PM, Ben Langmuir <blangmuir at apple.com> wrote:
> This patch adds a variant of RefCountedBase that uses a std::atomic_int to store the reference count. This class will be used by vfs::FileSystem in Clang so that the ref count won’t prevent vfs::FileSystem from ever being thread safe.
>
>
> <threadsaferefcountedbase.patch>
More information about the llvm-commits
mailing list