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

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_fd.cc 63 static void unref(ThreadState *thr, uptr pc, FdSync *s) { function in namespace:__tsan
100 unref(thr, pc, d->sync);
104 unref(thr, pc, s);
108 unref(thr, pc, s);
212 unref(thr, pc, d->sync);
241 unref(thr, pc, s);
  /src/external/gpl3/gcc/dist/libsanitizer/tsan/
tsan_fd.cpp 69 static void unref(ThreadState *thr, uptr pc, FdSync *s) { function in namespace:__tsan
107 unref(thr, pc, d->sync);
110 unref(thr, pc,
115 unref(thr, pc, s);
119 unref(thr, pc, s);
242 unref(thr, pc, d->sync);
244 unref(thr, pc,
276 unref(thr, pc, s);
  /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_fd.cpp 62 static void unref(ThreadState *thr, uptr pc, FdSync *s) { function in namespace:__tsan
100 unref(thr, pc, d->sync);
104 unref(thr, pc, s);
108 unref(thr, pc, s);
212 unref(thr, pc, d->sync);
241 unref(thr, pc, s);
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
dmu_tx.c 321 * we need to account for overwrites/unref.
454 uint64_t space = 0, unref = 0, skipped = 0; local
503 unref += BP_GET_ASIZE(bp);
577 unref += BP_GET_ASIZE(bp);
620 (void) refcount_add_many(&txh->txh_space_tounref, unref, FTAG);
  /src/external/mpl/dhcp/dist/includes/
dhcpd.h 1455 tvunref_t unref; member in struct:timeout

Completed in 20 milliseconds