OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:thread_name_
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/media/audio/
audio_device_thread.cc
57
const char*
thread_name_
;
member in class:media::AudioDeviceThread::Thread
102
thread_name_
(thread_name),
143
PlatformThread::SetName(
thread_name_
);
/external/chromium/chrome/browser/metrics/
thread_watcher.h
74
std::string thread_name() const { return
thread_name_
; }
161
const std::string
thread_name_
;
member in class:ThreadWatcher
thread_watcher.cc
24
thread_name_
(thread_name),
172
"ThreadWatcher.ResponseTime." +
thread_name_
;
/external/chromium/base/
message_loop.h
232
DCHECK(
thread_name_
.empty()) << "Should not rename this thread!";
233
thread_name_
= thread_name;
235
const std::string& thread_name() const { return
thread_name_
; }
474
std::string
thread_name_
;
member in class:MessageLoop
message_loop.cc
542
DCHECK(!
thread_name_
.empty());
544
"MsgLoop:" +
thread_name_
,
/external/chromium_org/base/message_loop/
message_loop.h
320
DCHECK(
thread_name_
.empty()) << "Should not rename this thread!";
321
thread_name_
= thread_name;
323
const std::string& thread_name() const { return
thread_name_
; }
554
std::string
thread_name_
;
member in class:base::MessageLoop
message_loop.cc
598
DCHECK(!
thread_name_
.empty());
600
"MsgLoop:" +
thread_name_
,
/external/chromium_org/base/
tracked_objects.h
428
const std::string& thread_name() const { return
thread_name_
; }
633
std::string
thread_name_
;
member in class:tracked_objects::ThreadData
[
all
...]
tracked_objects.cc
274
thread_name_
= suggested_name;
284
base::StringAppendF(&
thread_name_
, "WorkerThread-%d", thread_number);
/external/chromium_org/chrome/browser/metrics/
thread_watcher.h
120
std::string thread_name() const { return
thread_name_
; }
219
const std::string
thread_name_
;
member in class:ThreadWatcher
thread_watcher.cc
125
thread_name_
(params.thread_name),
317
"ThreadWatcher.ResponseTime." +
thread_name_
;
325
"ThreadWatcher.Unresponsive." +
thread_name_
;
333
"ThreadWatcher.ResponsiveThreads." +
thread_name_
;
339
"ThreadWatcher.UnresponsiveThreads." +
thread_name_
;
Completed in 297 milliseconds