HomeSort by relevance Sort by last modified time
    Searched refs:thread_name (Results 1 - 18 of 18) sorted by null

  /external/valgrind/main/drd/tests/
thread_name.c 22 char thread_name[32]; local
24 snprintf(thread_name, sizeof(thread_name),
26 ANNOTATE_THREAD_NAME(thread_name);
33 fprintf(stderr, "\n%s\n\n", thread_name);
thread_name.stderr.exp 8 by 0x........: thread_func (thread_name.c:?)
17 by 0x........: thread_func (thread_name.c:?)
26 by 0x........: thread_func (thread_name.c:?)
35 by 0x........: thread_func (thread_name.c:?)
44 by 0x........: thread_func (thread_name.c:?)
53 by 0x........: thread_func (thread_name.c:?)
62 by 0x........: thread_func (thread_name.c:?)
71 by 0x........: thread_func (thread_name.c:?)
80 by 0x........: thread_func (thread_name.c:?)
89 by 0x........: thread_func (thread_name.c:?
    [all...]
  /external/chromium/chrome/browser/
jankometer.cc 86 JankObserverHelper(const std::string& thread_name,
130 const std::string& thread_name,
136 slow_processing_counter_(std::string("Chrome.SlowMsg") + thread_name),
137 queueing_delay_counter_(std::string("Chrome.DelayMsg") + thread_name),
139 std::string("Chrome.ProcMsgL ") + thread_name,
142 std::string("Chrome.TotalMsgL ") + thread_name,
144 total_time_watchdog_(excessive_duration, thread_name, watchdog_enable) {
217 IOJankObserver(const char* thread_name,
220 : helper_(thread_name, excessive_duration, watchdog_enable) {}
273 UIJankObserver(const char* thread_name,
    [all...]
  /system/core/libcutils/
sched_policy.c 274 char thread_name[255]; local
278 memset(thread_name, 0, sizeof(thread_name));
292 strncpy(thread_name, p, (q-p));
296 SLOGD("vvv tid %d (%s)", tid, thread_name);
301 SLOGD("^^^ tid %d (%s)", tid, thread_name);
304 SLOGD("/// tid %d (%s)", tid, thread_name);
307 SLOGD("??? tid %d (%s)", tid, thread_name);
  /external/chromium/chrome/browser/metrics/
thread_watcher.h 59 // create ThreadWatcher object for the given thread_id, thread_name,
66 const std::string& thread_name,
74 std::string thread_name() const { return thread_name_; } function in class:ThreadWatcher
96 const std::string& thread_name,
thread_watcher.cc 20 const std::string& thread_name,
24 thread_name_(thread_name),
40 const std::string& thread_name,
53 thread_id, thread_name, sleep_time, unresponsive_time));
61 new ThreadWatcher(thread_id, thread_name, sleep_time, unresponsive_time);
thread_watcher_unittest.cc 64 const std::string thread_name,
67 : ThreadWatcher(thread_id, thread_name, sleep_time, unresponsive_time),
295 EXPECT_EQ(io_thread_name, io_watcher_->thread_name());
302 EXPECT_EQ(webkit_thread_name, webkit_watcher_->thread_name());
  /external/chromium/base/metrics/
stats_table.cc 42 // If the first character of the thread_name is '\0', then that column is
119 char* thread_name(int slot_id) const { function in class:base::StatsTable::Private
318 std::string thread_name = name;
320 thread_name = kUnknownName;
321 strlcpy(impl_->thread_name(slot), thread_name.c_str(),
344 char* name = impl_->thread_name(index);
463 char* name = impl_->thread_name(data->slot);
496 char* name = impl_->thread_name(index);
stats_table_unittest.cc 37 std::string thread_name = "mainThread"; local
38 int slot_id = table.RegisterThread(thread_name);
  /external/chromium/base/threading/
thread.h 120 const std::string &thread_name() { return name_; } function in class:base::Thread
thread_unittest.cc 213 EXPECT_EQ("ThreadName", a.thread_name());
  /external/linux-tools-perf/scripts/python/
sched-migration.py 31 def thread_name(pid): function
51 return "%s gone to sleep" % thread_name(self.sleeper)
62 return "%s woke up" % thread_name(self.wakee)
73 return "new forked task %s" % thread_name(self.child)
84 return "task migrated in %s" % thread_name(self.new)
95 return "task migrated out %s" % thread_name(self.old)
276 raw += "%s \n" % thread_name(t)
  /external/chromium/base/
message_loop.h 231 void set_thread_name(const std::string& thread_name) {
233 thread_name_ = thread_name;
235 const std::string& thread_name() const { return thread_name_; } function in class:MessageLoop
tracked_objects.cc 320 return message_loop_->thread_name();
    [all...]
  /external/chromium/net/proxy/
multi_threaded_proxy_resolver.cc 307 std::string thread_name = local
309 thread_.reset(new base::Thread(thread_name.c_str()));
  /external/valgrind/tsan/
ts_valgrind_intercepts.c     [all...]
  /external/chromium/chrome/browser/sync/engine/
syncer_thread.cc 112 << MessageLoop::current()->thread_name();
    [all...]
  /external/chromium-trace/
script.js     [all...]

Completed in 717 milliseconds