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

/external/valgrind/main/coregrind/m_syswrap/
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);
502 start_thread_NORETURN calls run_thread_NORETURN calls
512 start_thread_NORETURN, (Word)tst);
H A Dsyswrap-amd64-darwin.c245 // The real thread will run start_thread_NORETURN(tst)
264 mach->__rip = (uintptr_t)&start_thread_NORETURN;
391 start_thread_NORETURN, (Word)tst);
552 start_thread_NORETURN calls run_thread_NORETURN calls
562 start_thread_NORETURN, (Word)tst);
H A Dpriv_syswrap-darwin.h40 void start_thread_NORETURN ( Word arg );
H A Dpriv_syswrap-linux.h38 extern Word ML_(start_thread_NORETURN) ( void* arg );
H A Dsyswrap-arm64-linux.c324 ML_(start_thread_NORETURN), stack, flags, &VG_(threads)[ctid],
H A Dsyswrap-ppc64-linux.c382 ML_(start_thread_NORETURN),
H A Dsyswrap-amd64-linux.c309 ML_(start_thread_NORETURN), stack, flags, &VG_(threads)[ctid],
H A Dsyswrap-arm-linux.c246 ML_(start_thread_NORETURN), stack, flags, &VG_(threads)[ctid],
H A Dsyswrap-mips32-linux.c317 ret = do_syscall_clone_mips_linux (ML_ (start_thread_NORETURN),
H A Dsyswrap-mips64-linux.c262 ret = do_syscall_clone_mips64_linux(ML_(start_thread_NORETURN),
H A Dsyswrap-ppc32-linux.c355 ML_(start_thread_NORETURN), stack, flags, &VG_(threads)[ctid],
H A Dsyswrap-s390x-linux.c308 ML_(start_thread_NORETURN), &VG_(threads)[ctid]);
H A Dsyswrap-x86-linux.c330 ML_(start_thread_NORETURN), stack, flags, &VG_(threads)[ctid],
H A Dsyswrap-darwin.c335 void start_thread_NORETURN ( Word arg ) function
6535 // start_thread_NORETURN(), call_on_new_stack_0_1(), but we don't have the
H A Dsyswrap-linux.c310 Word ML_(start_thread_NORETURN) ( void* arg ) function

Completed in 207 milliseconds