OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:thread_name_
(Results
1 - 6
of
6
) sorted by null
/external/libchrome/base/trace_event/
heap_profiler_allocation_context_tracker.cc
84
:
thread_name_
(nullptr), ignore_scope_depth_(0) {
93
GetInstanceForCurrentThread()->
thread_name_
= name;
169
if (!
thread_name_
) {
173
thread_name_
= GetAndLeakThreadName();
174
ANNOTATE_LEAKING_OBJECT_PTR(
thread_name_
);
175
DCHECK(
thread_name_
);
180
if (
thread_name_
) {
181
*backtrace++ = StackFrame::FromThreadName(
thread_name_
);
heap_profiler_allocation_context_tracker.h
107
const char*
thread_name_
;
member in class:base::trace_event::AllocationContextTracker
/external/webrtc/webrtc/modules/utility/source/
process_thread_impl.h
80
const char*
thread_name_
;
member in class:webrtc::ProcessThreadImpl
process_thread_impl.cc
47
thread_name_
(thread_name) {}
79
new rtc::PlatformThread(&ProcessThreadImpl::Run, this,
thread_name_
));
/system/bt/btif/src/
btif_a2dp_source.cc
168
:
thread_name_
(thread_name),
178
message_loop_thread_ = thread_new(
thread_name_
.c_str());
197
__func__,
thread_name_
.c_str());
203
__func__,
thread_name_
.c_str());
226
thread_name_
.c_str());
241
thread_name_
.c_str());
244
std::string
thread_name_
;
member in class:BtWorkerThread
[
all
...]
/external/autotest/client/site_tests/desktopui_GmailLatency/
url_fetch_test.arm
Completed in 220 milliseconds