[PATCH] D46466: [asan] Add AsanThread::Restart() to support thread restart

Walter Lee via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 10 14:41:08 PDT 2018


waltl added a comment.

It's called by __sanitizer_thread_start_hook() defined in asan_rtems.cc (See https://reviews.llvm.org/D46468), which in turn will be call by RTEMS, in the code that starts/restarts a thread.


Repository:
  rL LLVM

https://reviews.llvm.org/D46466





More information about the llvm-commits mailing list