Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

base: Use std::atomic instead of tbb. #1486

Merged

Conversation

waywardmonkeys
Copy link
Contributor

This converts the code in pxr/base to use std::atomic instead of tbb::atomic, which is deprecated.

This leaves only a couple of remaining usages of tbb::atomic in the codebase.

tbb::atomic is deprecated and they recommend using std::atomic.
@jilliene
Copy link

jilliene commented Apr 6, 2021

Filed as internal issue #USD-6640

@pixar-oss pixar-oss merged commit 3232d10 into PixarAnimationStudios:dev Apr 26, 2021
@waywardmonkeys waywardmonkeys deleted the base-tbb-atomic-to-std branch June 7, 2021 06:09
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants