Searched refs:ThreadState (Results 26 - 33 of 33) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_defs.h167 struct ThreadState;
H A Dtsan_rtl_report.cpp236 ThreadState *thr = tctx->thr;
249 ThreadState *thr = tctx->thr;
452 static bool HandleRacyStacks(ThreadState *thr, VarSizeStackTrace traces[2]) {
483 static bool HandleRacyAddress(ThreadState *thr, uptr addr_min, uptr addr_max) {
499 bool OutputReport(ThreadState *thr, const ScopedReport &srep) {
572 static bool RaceBetweenAtomicAndFree(ThreadState *thr) {
585 void ReportRace(ThreadState *thr) {
714 void PrintCurrentStack(ThreadState *thr, uptr pc) {
H A Dtsan_interceptors_posix.cpp239 static ThreadSignalContext *SigCtx(ThreadState *thr) {
249 ScopedInterceptor::ScopedInterceptor(ThreadState *thr, const char *fname,
321 explicit BlockingCall(ThreadState *thr)
344 ThreadState *thr;
398 static int setup_at_exit_wrapper(ThreadState *thr, uptr pc, void(*f)(),
419 static int setup_at_exit_wrapper(ThreadState *thr, uptr pc, void(*f)(),
450 ThreadState *thr = cur_thread();
479 static void JmpBufGarbageCollect(ThreadState *thr, uptr sp) {
491 static void SetJmp(ThreadState *thr, uptr sp) {
509 static void LongJmp(ThreadState *th
[all...]
H A Dtsan_interceptors_mac.cpp360 static uptr GetOrCreateSyncAddress(uptr addr, ThreadState *thr, uptr pc) {
376 static uptr SyncAddressForObjCObject(id obj, ThreadState *thr, uptr pc) {
413 ThreadState *thr = cur_thread();
H A Dtsan_interface_ann.cpp33 ScopedAnnotation(ThreadState *thr, const char *aname, uptr pc)
44 ThreadState *const thr_;
50 ThreadState *thr = cur_thread(); \
H A Dtsan_mutex.cpp174 void CheckNoLocks(ThreadState *thr) {
H A Dtsan_interceptors_libdispatch.cpp77 static block_context_t *AllocContext(ThreadState *thr, uptr pc,
99 static void dispatch_sync_pre_execute(ThreadState *thr, uptr pc,
114 static void dispatch_sync_post_execute(ThreadState *thr, uptr pc,
H A Dtsan_platform.h1017 void ImitateTlsWrite(ThreadState *thr, uptr tls_addr, uptr tls_size);
1024 void PlatformCleanUpThreadState(ThreadState *thr);

Completed in 118 milliseconds

12