Details
Details
- Reviewers
mclow.lists jroelofs kledzik ikudrin ldionne - Group Reviewers
Restricted Project
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
libcxxabi/src/cxa_exception_storage.cpp | ||
---|---|---|
103 | I think this design requires that a platform never have the ability to transition a process from disabled threads to enabled threads. Even if x/OS cannot do that (can it?), I think it's important to capture that in the documentation of __libcpp_are_threads_enabled in the other patch. Perhaps this static variable ought to be hoisted into that function's implementation too. |
I think this design requires that a platform never have the ability to transition a process from disabled threads to enabled threads. Even if x/OS cannot do that (can it?), I think it's important to capture that in the documentation of __libcpp_are_threads_enabled in the other patch. Perhaps this static variable ought to be hoisted into that function's implementation too.