Home | History | Annotate | Download | only in debug

Lines Matching defs:ScopedThreadJoinActivity

1335 class BASE_EXPORT ScopedThreadJoinActivity
1339 explicit ScopedThreadJoinActivity(const PlatformThreadHandle* thread)
1340 : ScopedThreadJoinActivity(GetProgramCounter(), thread) {}
1343 ScopedThreadJoinActivity(const void* program_counter,
1345 DISALLOW_COPY_AND_ASSIGN(ScopedThreadJoinActivity);