reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
74 T *operator->();
334 h->type = CommonInterceptorMetadata::CIMT_FILE; 335 h->file = file; 345 CHECK(h->type == CommonInterceptorMetadata::CIMT_FILE); 346 return &h->file;projects/compiler-rt/lib/tsan/dd/dd_rtl.cpp
118 ctx->dd->MutexInit(&cb, &h->dd); 119 ctx->dd->MutexBeforeLock(&cb, &h->dd, writelock); 131 ctx->dd->MutexInit(&cb, &h->dd); 132 ctx->dd->MutexAfterLock(&cb, &h->dd, writelock, trylock); 143 ctx->dd->MutexBeforeUnlock(&cb, &h->dd, writelock); 155 ctx->dd->MutexDestroy(&cb, &h->dd);projects/compiler-rt/lib/xray/xray_interface.cpp
424 h->type_id = atomic_fetch_add( 426 h->description_string_length = strnlen(event_type, 1024); 428 return h->type_id;