Home
last modified time | relevance | path

Searched refs:TSDSet (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_internal.h67 void TSDSet(void *tsd);
H A Dmemprof_posix.cpp41 void TSDSet(void *tsd) { in TSDSet() function
H A Dmemprof_thread.cpp204 TSDSet(t->context()); in SetCurrentThread()