HomeSort by relevance Sort by last modified time
    Searched defs:ThreadStart (Results 1 - 4 of 4) sorted by null

  /external/compiler-rt/lib/msan/
msan_thread.cc 66 thread_return_t MsanThread::ThreadStart() {
72 // ThreadStart() for the worker threads.
  /external/compiler-rt/lib/lsan/
lsan_thread.cc 85 void ThreadStart(u32 tid, uptr os_id) {
  /external/compiler-rt/lib/asan/
asan_thread.cc 158 thread_return_t AsanThread::ThreadStart(uptr os_id) {
166 // ThreadStart() for the worker threads.
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl_thread.cc 117 DPrintf("#%d: ThreadStart epoch=%zu stk_addr=%zx stk_size=%zx "
231 void ThreadStart(ThreadState *thr, int tid, uptr os_id) {

Completed in 207 milliseconds