Home | History | Annotate | Download | only in dmtracedump

Lines Matching full:max_threads

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