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

  /system/core/libcutils/
sched_policy.c 229 char thread_name[255]; local
233 memset(thread_name, 0, sizeof(thread_name));
247 strncpy(thread_name, p, (q-p));
250 SLOGD("vvv tid %d (%s)", tid, thread_name);
252 SLOGD("^^^ tid %d (%s)", tid, thread_name);
254 SLOGD("??? tid %d (%s)", tid, thread_name);
  /external/chromium/base/
stats_table.cc 40 // If the first character of the thread_name is '\0', then that column is
128 char* thread_name(int slot_id) const { function in class:StatsTablePrivate
297 std::string thread_name = name; local
299 thread_name = kUnknownName;
300 base::strlcpy(impl_->thread_name(slot), thread_name.c_str(),
335 char* name = impl_->thread_name(data->slot);
362 char* name = impl_->thread_name(index);
390 char* name = impl_->thread_name(index);
thread.h 101 const std::string &thread_name() { return name_; } function in class:base::Thread
message_loop.h 199 void set_thread_name(const std::string& thread_name) {
201 thread_name_ = thread_name;
203 const std::string& thread_name() const { return thread_name_; } function in class:MessageLoop
thread_unittest.cc 134 EXPECT_EQ("ThreadName", a.thread_name());
stats_table_unittest.cc 40 std::string thread_name = "mainThread"; local
41 int slot_id = table.RegisterThread(thread_name);
tracked_objects.cc 298 return message_loop_->thread_name();

Completed in 145 milliseconds