Searched defs:name_prefix (Results 1 - 7 of 7) sorted by relevance

/external/chromium/base/threading/
H A Dsimple_thread.cc13 SimpleThread::SimpleThread(const std::string& name_prefix) argument
14 : name_prefix_(name_prefix), name_(name_prefix),
18 SimpleThread::SimpleThread(const std::string& name_prefix, argument
20 : name_prefix_(name_prefix), name_(name_prefix), options_(options),
57 const std::string& name_prefix)
58 : SimpleThread(name_prefix),
63 const std::string& name_prefix,
65 : SimpleThread(name_prefix, option
56 DelegateSimpleThread(Delegate* delegate, const std::string& name_prefix) argument
62 DelegateSimpleThread(Delegate* delegate, const std::string& name_prefix, const Options& options) argument
78 DelegateSimpleThreadPool( const std::string& name_prefix, int num_threads) argument
[all...]
H A Dworker_pool_posix.cc55 WorkerThread(const std::string& name_prefix, int idle_seconds_before_exit, argument
57 : name_prefix_(name_prefix),
97 const std::string& name_prefix,
99 : name_prefix_(name_prefix),
96 PosixDynamicThreadPool( const std::string& name_prefix, int idle_seconds_before_exit) argument
H A Dsimple_thread.h76 // 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
127 const std::string& name_prefix);
129 const std::string& name_prefix,
152 DelegateSimpleThreadPool(const std::string& name_prefix, int num_threads);
/external/v8/src/
H A Dprofile-generator-inl.h49 const char* name_prefix,
55 name_prefix_(name_prefix),
48 CodeEntry(Logger::LogEventsAndTags tag, const char* name_prefix, const char* name, const char* resource_name, int line_number, int security_token_id) argument
H A Dprofile-generator.h95 const char* name_prefix,
102 INLINE(const char* name_prefix() const) { return name_prefix_; }
310 const char* name_prefix, String* name);
406 const char* name_prefix,
408 return profiles_->NewCodeEntry(tag, name_prefix, name);
405 NewCodeEntry(Logger::LogEventsAndTags tag, const char* name_prefix, String* name) argument
H A Dprofile-generator.cc244 entry_->name_prefix(),
764 const char* name_prefix,
767 name_prefix,
763 NewCodeEntry(Logger::LogEventsAndTags tag, const char* name_prefix, String* name) argument
/external/chromium/base/metrics/
H A Dfield_trial.cc105 std::string FieldTrial::MakeName(const std::string& name_prefix, argument
107 std::string big_string(name_prefix);

Completed in 321 milliseconds