HomeSort by: relevance | last modified time | path
    Searched defs:Unshare (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_clock.cc 210 dst->Unshare(c);
247 // or unshare, update and cache. But, for simplicity, we currnetly reuse
281 dst->Unshare(c);
332 // We are going to touch dst elements, so we need to unshare it.
333 dst->Unshare(c);
405 Unshare(c);
469 void SyncClock::Unshare(ClockCache *c) {
  /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_clock.cpp 195 sc->Unshare(c);
245 dst->Unshare(c);
275 // or unshare, update and cache. But, for simplicity, we currently reuse
307 dst->Unshare(c);
355 // We are going to touch dst elements, so we need to unshare it.
356 dst->Unshare(c);
433 Unshare(c);
497 void SyncClock::Unshare(ClockCache *c) {

Completed in 15 milliseconds