Home
last modified time | relevance | path

Searched refs:ForThread (Results 1 – 4 of 4) sorted by relevance

/external/perfetto/include/perfetto/tracing/
Dtrack.h162 static ThreadTrack ForThread(base::PlatformThreadId tid_) { in ForThread() function
/external/libchrome/base/debug/
Dactivity_tracker.h159 static ActivityData ForThread(const PlatformThreadHandle& handle);
160 static ActivityData ForThread(const int64_t id) { in ForThread() function
Dactivity_tracker.cc159 ActivityData ActivityData::ForThread(const PlatformThreadHandle& handle) { in ForThread() function in base::debug::ActivityData
167 return ForThread(thread_ref.as_id); in ForThread()
1812 ActivityData::ForThread(*thread), in ScopedThreadJoinActivity()
/external/perfetto/src/tracing/test/
Dapi_integrationtest.cc146 return perfetto::ThreadTrack::ForThread( in ConvertThreadId()
1492 const auto track = perfetto::ThreadTrack::ForThread(456); in TEST_P()
3318 std::to_string(perfetto::ThreadTrack::ForThread(123).uuid) + in TEST_P()