OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:thread_ref
(Results
1 - 3
of
3
) sorted by null
/external/perfetto/src/trace_processor/
fuchsia_trace_parser.cc
67
uint32_t
thread_ref
=
local
77
if (fuchsia_trace_utils::IsInlineThread(
thread_ref
)) {
80
tinfo = provider_view->GetThread(
thread_ref
);
fuchsia_trace_tokenizer.cc
250
uint32_t
thread_ref
=
local
270
if (fuchsia_trace_utils::IsInlineThread(
thread_ref
)) {
275
thread_ref
, current_provider_->thread_table[
thread_ref
]);
/external/libchrome/base/debug/
activity_tracker.cc
160
ThreadRef
thread_ref
;
local
161
thread_ref
.as_id = 0; // Zero the union in case other is smaller.
163
thread_ref
.as_tid = ::GetThreadId(handle.platform_handle());
165
thread_ref
.as_handle = handle.platform_handle();
167
return ForThread(
thread_ref
.as_id);
618
// The thread-id (
thread_ref
.as_id) to which this data belongs. This number
621
ThreadRef
thread_ref
;
member in struct:base::debug::ThreadActivityTracker::Header
712
sizeof(header_->
thread_ref
) == sizeof(header_->
thread_ref
.as_id),
726
DCHECK_EQ(0, header_->
thread_ref
.as_id)
[
all
...]
Completed in 1059 milliseconds