Home | History | Annotate | Download | only in dmtracedump

Lines Matching refs:MAX_THREADS

46 #define MAX_THREADS 32768
233 CallStack* stacks[MAX_THREADS];
234 int32_t depth[MAX_THREADS];
1046 for (int32_t i = 0; i < MAX_THREADS; i++)
2173 for (int32_t threadId = 0; threadId < MAX_THREADS; ++threadId) {