Searched refs:CondMutexUnlockCtx (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_interceptors_posix.cpp1161 struct CondMutexUnlockCtx { struct in namespace:__anon3
1174 void CondMutexUnlockCtx<Fn>::Unlock() const {
1208 CondMutexUnlockCtx<Fn> arg = {si, thr, pc, m, c, fn};
1211 return ((const CondMutexUnlockCtx<Fn> *)arg)->Cancel();
1213 [](void *arg) { ((const CondMutexUnlockCtx<Fn> *)arg)->Unlock(); },
/netbsd-current/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) {
1160 CondMutexUnlockCtx arg = {si, thr, pc, m};
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_interceptors.cc1084 struct CondMutexUnlockCtx { struct
1091 static void cond_mutex_unlock(CondMutexUnlockCtx *arg) {
1118 CondMutexUnlockCtx arg = {si, thr, pc, m};

Completed in 106 milliseconds