Searched refs:AfterSleep (Results 1 – 6 of 6) sorted by relevance
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_rtl_mutex.cc | 425 void AfterSleep(ThreadState *thr, uptr pc) { in AfterSleep() function
|
D | tsan_rtl.h | 746 void AfterSleep(ThreadState *thr, uptr pc);
|
D | tsan_interceptors.cc | 352 AfterSleep(thr, pc); in TSAN_INTERCEPTOR() 359 AfterSleep(thr, pc); in TSAN_INTERCEPTOR() 366 AfterSleep(thr, pc); in TSAN_INTERCEPTOR()
|
/external/llvm-project/compiler-rt/lib/tsan/rtl/ |
D | tsan_rtl.h | 818 void AfterSleep(ThreadState *thr, uptr pc);
|
D | tsan_rtl_mutex.cpp | 480 void AfterSleep(ThreadState *thr, uptr pc) { in AfterSleep() function
|
D | tsan_interceptors_posix.cpp | 354 AfterSleep(thr, pc); in TSAN_INTERCEPTOR() 361 AfterSleep(thr, pc); in TSAN_INTERCEPTOR() 368 AfterSleep(thr, pc); in TSAN_INTERCEPTOR()
|