diff options
Diffstat (limited to 'compiler-rt/lib/sanitizer_common/sanitizer_thread_registry.h')
| -rw-r--r-- | compiler-rt/lib/sanitizer_common/sanitizer_thread_registry.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler-rt/lib/sanitizer_common/sanitizer_thread_registry.h b/compiler-rt/lib/sanitizer_common/sanitizer_thread_registry.h index fc38d0f80d2..493aa988f7e 100644 --- a/compiler-rt/lib/sanitizer_common/sanitizer_thread_registry.h +++ b/compiler-rt/lib/sanitizer_common/sanitizer_thread_registry.h @@ -31,6 +31,7 @@ enum ThreadStatus { enum class ThreadType { Regular, // Normal thread Worker, // macOS Grand Central Dispatch (GCD) worker thread + Fiber, // Fiber }; // Generic thread context. Specific sanitizer tools may inherit from it. |

