Home
last modified time | relevance | path

Searched refs:is_main_thread (Results 1 – 9 of 9) sorted by relevance

/external/libchrome/base/debug/
Dstack_trace.cc159 bool is_main_thread = GetCurrentProcId() == PlatformThread::CurrentId(); in GetStackEnd() local
160 if (is_main_thread && main_stack_end) { in GetStackEnd()
176 if (is_main_thread) { in GetStackEnd()
/external/v8/src/heap/
Dsafepoint.cc43 DCHECK(current->is_main_thread()); in EnterSafepointScope()
46 DCHECK(!current->is_main_thread()); in EnterSafepointScope()
Dlocal-heap.h129 bool is_main_thread() const { return is_main_thread_; } in is_main_thread() function
Dheap.cc1904 if (local_heap->is_main_thread()) { in RequestCollectionBackground()
/external/perfetto/test/trace_processor/
Dthread_main_thread.out1 "tid","is_main_thread"
Dthread_main_thread.sql3 is_main_thread
/external/autotest/client/common_lib/cros/
Dretry.py201 is_main_thread = isinstance(threading.current_thread(),
222 if is_main_thread:
/external/perfetto/src/trace_processor/tables/
Dmetadata_tables.h75 C(base::Optional<uint32_t>, is_main_thread)
/external/perfetto/src/trace_processor/metrics/android/
Dandroid_thread_time_in_state.sql83 thread.is_main_thread,