Searched refs:set_context (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_thread.h79 void set_context(MemprofThreadContext *context) { context_ = context; } function in class:__memprof::MemprofThread
H A Dmemprof_thread.cpp32 thread->set_context(this);
/freebsd-current/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_thread.h94 void set_context(AsanThreadContext *context) { context_ = context; } function in class:__asan::AsanThread
H A Dasan_thread.cpp35 thread->set_context(this);

Completed in 174 milliseconds