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

  /external/compiler-rt/lib/asan/
asan_thread.h 79 thread_return_t ThreadStart();
asan_thread.cc 89 thread_return_t AsanThread::ThreadStart() {
96 // ThreadStart() for the worker threads.
asan_rtl.cc 515 // On Linux AsanThread::ThreadStart() calls malloc() that's why asan_inited
521 asanThreadRegistry().GetMain()->ThreadStart();
asan_interceptors.cc 119 return t->ThreadStart();
  /external/compiler-rt/lib/tsan/go/
tsan_go.cc 153 ThreadStart(thr, goid, 0);
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl_thread.cc 118 DPrintf("#%d: ThreadStart epoch=%zu stk_addr=%zx stk_size=%zx "
194 void ThreadStart(ThreadState *thr, int tid, uptr os_id) {
tsan_rtl.cc 216 ThreadStart(thr, tid, GetPid());
tsan_rtl.h 672 void ThreadStart(ThreadState *thr, int tid, uptr os_id);
tsan_interceptors.cc 720 ThreadStart(thr, tid, GetTid());
    [all...]

Completed in 99 milliseconds