Home
last modified time | relevance | path

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

/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()