Searched refs:thread_num_ (Results 1 - 3 of 3) sorted by relevance

/external/stressapptest/src/
H A Dworker.cc296 thread_num_ = thread_num_init;
319 thread_num_, apicid(),
539 logprintf(9, "Log: Starting fill thread %d\n", thread_num_);
572 thread_num_, status_, pages_copied_);
1438 logprintf(9, "Log: Starting Check thread %d\n", thread_num_);
1473 thread_num_, status_, pages_copied_);
1486 thread_num_, cpuset_format(&cpu_mask_).c_str(), tag_);
1538 thread_num_, status_, pages_copied_);
1548 logprintf(9, "Log: Starting invert thread %d\n", thread_num_);
1590 thread_num_, status
[all...]
H A Dworker.h295 int ThreadID() {return thread_num_;}
376 int thread_num_; // Thread ID. member in class:WorkerThread
/external/webrtc/src/modules/audio_processing/test/
H A Dunit_test.cc250 ThreadData(int thread_num_, AudioProcessing* ap_) argument
251 : thread_num(thread_num_),

Completed in 68 milliseconds