OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full: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
98
thread_name_
(thread_name) {
138
PlatformThread::SetName(
thread_name_
);
/external/chromium_org/chrome/browser/metrics/
thread_watcher.cc
123
thread_name_
(params.thread_name),
315
"ThreadWatcher.ResponseTime." +
thread_name_
;
323
"ThreadWatcher.Unresponsive." +
thread_name_
;
331
"ThreadWatcher.ResponsiveThreads." +
thread_name_
;
337
"ThreadWatcher.UnresponsiveThreads." +
thread_name_
;
thread_watcher.h
120
std::string thread_name() const { return
thread_name_
; }
219
const std::string
thread_name_
;
member in class:ThreadWatcher
/external/chromium/chrome/browser/metrics/
thread_watcher.cc
24
thread_name_
(thread_name),
172
"ThreadWatcher.ResponseTime." +
thread_name_
;
thread_watcher.h
74
std::string thread_name() const { return
thread_name_
; }
161
const std::string
thread_name_
;
member in class:ThreadWatcher
/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
291
DCHECK(
thread_name_
.empty()) << "Should not rename this thread!";
292
thread_name_
= thread_name;
294
const std::string& thread_name() const { return
thread_name_
; }
513
std::string
thread_name_
;
member in class:base::MessageLoop
message_loop.cc
569
DCHECK(!
thread_name_
.empty());
571
"MsgLoop:" +
thread_name_
,
/external/chromium_org/base/
tracked_objects.cc
243
thread_name_
= suggested_name;
253
base::StringAppendF(&
thread_name_
, "WorkerThread-%d", thread_number);
tracked_objects.h
424
const std::string& thread_name() const { return
thread_name_
; }
629
std::string
thread_name_
;
member in class:tracked_objects::ThreadData
[
all
...]
Completed in 383 milliseconds