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

  /external/compiler-rt/lib/msan/
msan_thread.cc 67 thread_return_t MsanThread::ThreadStart() {
73 // ThreadStart() for the worker threads.
  /art/test/924-threads/
threads.cc 213 static void JNICALL ThreadStart(jvmtiEnv* jvmti_env,
243 callbacks.ThreadStart = ThreadStart;
  /external/compiler-rt/lib/lsan/
lsan_thread.cc 90 void ThreadStart(u32 tid, uptr os_id) {
  /art/runtime/
runtime_callbacks.cc 203 void RuntimeCallbacks::ThreadStart(Thread* self) {
205 cb->ThreadStart(self);
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl_thread.cc 121 DPrintf("#%d: ThreadStart epoch=%zu stk_addr=%zx stk_size=%zx "
232 void ThreadStart(ThreadState *thr, int tid, uptr os_id) {
  /external/compiler-rt/lib/asan/
asan_thread.cc 233 thread_return_t AsanThread::ThreadStart(
245 // ThreadStart() for the worker threads.
  /art/openjdkjvmti/include/
jvmti.h 932 jvmtiEventThreadStart ThreadStart;
    [all...]
  /external/oj-libjdwp/src/share/javavm/export/
jvmti.h 932 jvmtiEventThreadStart ThreadStart;
    [all...]

Completed in 392 milliseconds