Replace bool workerthread flag with ThreadType enum.
This change is preparation for fiber support.
Details
Details
- Reviewers
dvyukov
Diff Detail
Diff Detail
- Repository
- rCRT Compiler Runtime
Event Timeline
lib/sanitizer_common/sanitizer_thread_registry.h | ||
---|---|---|
33 | Can you expand GCD? |
lib/sanitizer_common/sanitizer_thread_registry.h | ||
---|---|---|
33 | Done |
Comment Actions
Committed in 353390
http://llvm.org/viewvc/llvm-project?view=revision&revision=353390
I fixed build of sanitizer_thread_registry_test.cc before committing.
Can you expand GCD?