Home | History | Annotate | Download | only in trace_event

Lines Matching defs:kNumThreads

1578   const int kNumThreads = 4;
1580 Thread* threads[kNumThreads];
1581 PlatformThreadId thread_ids[kNumThreads];
1582 for (int i = 0; i < kNumThreads; i++)
1589 WaitableEvent* task_complete_events[kNumThreads];
1590 for (int i = 0; i < kNumThreads; i++) {
1598 for (int i = 0; i < kNumThreads; i++) {
1603 for (int i = 0; i < kNumThreads; i++) {
1626 for (int j = 0; j < kNumThreads; j++) {