Home
last modified time | relevance | path

Searched refs:thread_num_ (Results 1 – 4 of 4) sorted by relevance

/external/stressapptest/src/
Dworker.cc288 thread_num_ = thread_num_init; in InitThread()
311 thread_num_, sched_getcpu(), in InitPriority()
531 logprintf(9, "Log: Starting fill thread %d\n", thread_num_); in Work()
564 thread_num_, status_, pages_copied_); in Work()
1435 logprintf(9, "Log: Starting Check thread %d\n", thread_num_); in Work()
1470 thread_num_, status_, pages_copied_); in Work()
1483 thread_num_, cpuset_format(&cpu_mask_).c_str(), tag_); in Work()
1535 thread_num_, status_, pages_copied_); in Work()
1545 logprintf(9, "Log: Starting invert thread %d\n", thread_num_); in Work()
1587 thread_num_, status_, pages_copied_); in Work()
[all …]
Dworker.h293 int ThreadID() {return thread_num_;} in ThreadID()
375 int thread_num_; // Thread ID.
/external/tensorflow/tensorflow/core/kernels/data/
Ddataset_test_base.cc206 thread_num_(kDefaultThreadNum) {
786 TF_RETURN_IF_ERROR(InitThreadPool(thread_num_)); in InitializeRuntime()
Ddataset_test_base.h756 int thread_num_; variable