Home
last modified time | relevance | path

Searched refs:ThreadStatusRunning (Results 1 – 12 of 12) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_thread_registry.cc40 CHECK(status == ThreadStatusRunning || in SetDead()
63 status = ThreadStatusRunning; in SetStarted()
205 CHECK_EQ(ThreadStatusRunning, tctx->status); in SetThreadName()
261 CHECK_EQ(ThreadStatusRunning, tctx->status); in FinishThread()
Dsanitizer_thread_registry.h27 ThreadStatusRunning, // The thread is currently running. enumerator
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_thread_registry.cpp40 CHECK(status == ThreadStatusRunning || in SetDead()
75 status = ThreadStatusRunning; in SetStarted()
219 CHECK_EQ(SANITIZER_FUCHSIA ? ThreadStatusCreated : ThreadStatusRunning, in SetThreadName()
289 if (tctx->status == ThreadStatusRunning) { in FinishThread()
Dsanitizer_thread_registry.h26 ThreadStatusRunning, // The thread is currently running. enumerator
/external/llvm-project/compiler-rt/lib/asan/
Dasan_rtems.cpp190 DCHECK(status == ThreadStatusCreated || status == ThreadStatusRunning); in ThreadStartHook()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl_mutex.cc376 if (tctx->status == ThreadStatusRunning) in UpdateClockCallback()
419 if (tctx->status == ThreadStatusRunning) in UpdateSleepClockCallback()
Dtsan_rtl_report.cc198 rt->running = (tctx->status == ThreadStatusRunning); in AddThread()
229 if (tctx->status != ThreadStatusRunning) in IsInStackOrTls()
/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_rtl_report.cpp202 rt->running = (tctx->status == ThreadStatusRunning); in AddThread()
234 if (tctx->status != ThreadStatusRunning) in IsInStackOrTls()
Dtsan_rtl_mutex.cpp418 if (tctx->status == ThreadStatusRunning) { in UpdateClockCallback()
475 if (tctx->status == ThreadStatusRunning) in UpdateSleepClockCallback()
/external/llvm-project/compiler-rt/lib/lsan/
Dlsan_common.cpp553 if (tctx->status == ThreadStatusRunning) { in ReportIfNotSuspended()
/external/libabigail/tests/data/test-read-dwarf/
Dtest15-pr18892.so.abi5226 <enumerator name='ThreadStatusRunning' value='2'/>
20760 <enumerator name='ThreadStatusRunning' value='2'/>
/external/libabigail/tests/data/test-annotate/
Dtest15-pr18892.so.abi8971 <enumerator name='ThreadStatusRunning' value='2'/>
34837 <enumerator name='ThreadStatusRunning' value='2'/>