| 1234567891011121314151617 |
- //-------------------------------------------------------------------------------------------------------
- // Copyright (C) Microsoft. All rights reserved.
- // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
- //-------------------------------------------------------------------------------------------------------
- #ifndef P
- #error P not defined
- #endif
- P(WaitReasonNone)
- P(RescanMark)
- P(DoParallelMark)
- P(RequestConcurrentCallbackWrapper)
- P(CollectOnConcurrentThread)
- P(FinishConcurrentCollect)
- P(Other)
|