Home
last modified time | relevance | path

Searched refs:cc_thread_num_ (Results 1 – 2 of 2) sorted by relevance

/external/stressapptest/src/
Dworker.cc2466 cc_thread_num_ = thread_num; in CpuCacheCoherencyThread()
2482 cc_thread_num_); in Work()
2515 if (cline_num & cc_thread_num_ & 1) in Work()
2516 offset = (cc_thread_count_ & ~1) - cc_thread_num_; in Work()
2518 offset = cc_thread_num_; in Work()
2531 if (cline_num & cc_thread_num_ & 1) in Work()
2532 offset = (cc_thread_count_ & ~1) - cc_thread_num_; in Work()
2534 offset = cc_thread_num_; in Work()
2563 cc_thread_num_, us_elapsed, total_inc, inc_rate); in Work()
2565 cc_thread_num_); in Work()
Dworker.h642 int cc_thread_num_,
659 int cc_thread_num_; // The integer id of the thread which is variable