HomeSort by relevance Sort by last modified time
    Searched defs:name_prefix (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/base/threading/
simple_thread.h 76 // Every thread has a name, in the form of |name_prefix|/TID, for example
78 explicit SimpleThread(const std::string& name_prefix);
79 SimpleThread(const std::string& name_prefix, const Options& options);
90 std::string name_prefix() { return name_prefix_; } function in class:base::SimpleThread
133 const std::string& name_prefix);
135 const std::string& name_prefix,
158 DelegateSimpleThreadPool(const std::string& name_prefix, int num_threads);
  /external/chromium_org/v8/src/
profile-generator.h 53 const char* name_prefix = CodeEntry::kEmptyNamePrefix,
60 const char* name_prefix() const { return name_prefix_; } function in class:v8::internal::CodeEntry
281 const char* name_prefix = CodeEntry::kEmptyNamePrefix,

Completed in 216 milliseconds