Searched refs:start_thread_NORETURN (Results 1 - 12 of 12) sorted by relevance

/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-amd64-darwin.c215 // The real thread will run start_thread_NORETURN(tst)
234 mach->__rip = (uintptr_t)&start_thread_NORETURN;
361 start_thread_NORETURN, (Word)tst);
511 start_thread_NORETURN calls run_thread_NORETURN calls
521 start_thread_NORETURN, (Word)tst);
H A Dsyswrap-x86-darwin.c199 // The real thread will run start_thread_NORETURN(tst)
219 mach->__eip = (uintptr_t)&start_thread_NORETURN;
349 start_thread_NORETURN, (Word)tst);
516 start_thread_NORETURN calls run_thread_NORETURN calls
526 start_thread_NORETURN, (Word)tst);
H A Dpriv_syswrap-linux.h37 extern Word ML_(start_thread_NORETURN) ( void* arg );
H A Dpriv_syswrap-darwin.h39 void start_thread_NORETURN ( Word arg );
H A Dsyswrap-ppc64-linux.c381 ML_(start_thread_NORETURN),
H A Dsyswrap-amd64-linux.c307 ML_(start_thread_NORETURN), stack, flags, &VG_(threads)[ctid],
H A Dsyswrap-ppc32-linux.c353 ML_(start_thread_NORETURN), stack, flags, &VG_(threads)[ctid],
H A Dsyswrap-s390x-linux.c306 ML_(start_thread_NORETURN), &VG_(threads)[ctid]);
H A Dsyswrap-arm-linux.c244 ML_(start_thread_NORETURN), stack, flags, &VG_(threads)[ctid],
H A Dsyswrap-x86-linux.c328 ML_(start_thread_NORETURN), stack, flags, &VG_(threads)[ctid],
H A Dsyswrap-linux.c263 Word ML_(start_thread_NORETURN) ( void* arg ) function
H A Dsyswrap-darwin.c336 void start_thread_NORETURN ( Word arg ) function
6484 // start_thread_NORETURN(), call_on_new_stack_0_1(), but we don't have the

Completed in 148 milliseconds