| Home | Sort by: relevance | last modified time | path |
| /src/external/gpl3/gcc/dist/libsanitizer/tsan/ | |
| tsan_rtl_thread.cpp | 112 uptr sync_epoch; member in struct:__tsan::OnCreatedArgs 126 arg.sync_epoch = ctx->global_epoch; 138 sync_epoch = args->sync_epoch; 157 if (thr->tctx->sync_epoch == ctx->global_epoch) 234 thr->tctx->sync_epoch = ctx->global_epoch; 290 uptr sync_epoch; member in struct:__tsan::JoinArg 300 if (arg.sync_epoch == ctx->global_epoch) 309 arg->sync_epoch = sync_epoch; [all...] |
| tsan_rtl.h | 271 uptr sync_epoch; member in class:__tsan::final |