RecyclerWaitReasonInc.h 561 B

1234567891011121314151617
  1. //-------------------------------------------------------------------------------------------------------
  2. // Copyright (C) Microsoft. All rights reserved.
  3. // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
  4. //-------------------------------------------------------------------------------------------------------
  5. #ifndef P
  6. #error P not defined
  7. #endif
  8. P(WaitReasonNone)
  9. P(RescanMark)
  10. P(DoParallelMark)
  11. P(RequestConcurrentCallbackWrapper)
  12. P(CollectOnConcurrentThread)
  13. P(FinishConcurrentCollect)
  14. P(Other)