Home | History | Annotate | Download | only in trace_event

Lines Matching refs:kNumThreads

1689   const int kNumThreads = 4;
1691 Thread* threads[kNumThreads];
1692 PlatformThreadId thread_ids[kNumThreads];
1693 for (int i = 0; i < kNumThreads; i++)
1700 WaitableEvent* task_complete_events[kNumThreads];
1701 for (int i = 0; i < kNumThreads; i++) {
1711 for (int i = 0; i < kNumThreads; i++) {
1716 for (int i = 0; i < kNumThreads; i++) {
1739 for (int j = 0; j < kNumThreads; j++) {