Home
last modified time | relevance | path

Searched defs:CondMutexUnlockCtx (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_interceptors_posix.cpp1161 struct CondMutexUnlockCtx { struct
1162 ScopedInterceptor *si;
1163 ThreadState *thr;
1164 uptr pc;
1165 void *m;
1166 void *c;
1167 const Fn &fn;
1169 int Cancel() const { return fn(); } in Cancel()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_interceptors.cc1084 struct CondMutexUnlockCtx { struct
1091 static void cond_mutex_unlock(CondMutexUnlockCtx *arg) { in cond_mutex_unlock() argument
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_interceptors.cc1126 struct CondMutexUnlockCtx { struct
1133 static void cond_mutex_unlock(CondMutexUnlockCtx *arg) { in cond_mutex_unlock() argument