HomeSort by: relevance | last modified time | path
    Searched defs:unref (Results 1 - 2 of 2) 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);
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);

Completed in 20 milliseconds