Home
last modified time | relevance | path

Searched refs:PushFront (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_ilist.h46 void PushFront(Elem* e);
82 void IList<Base, Node, Elem>::PushFront(Elem* e) { in PushFront() function
H A Dtsan_rtl.cpp120 ctx->trace_part_recycle.PushFront(part); in TracePartFree()