Searched refs:start_thread_NORETURN (Results 1 - 10 of 10) sorted by path

/external/valgrind/coregrind/m_syswrap/
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 Dpriv_syswrap-solaris.h48 extern Word ML_(start_thread_NORETURN)(void *arg);
H A Dsyswrap-amd64-darwin.c261 // The real thread will run start_thread_NORETURN(tst)
280 mach->__rip = (uintptr_t)&start_thread_NORETURN;
407 start_thread_NORETURN, (Word)tst);
578 start_thread_NORETURN calls run_thread_NORETURN calls
588 start_thread_NORETURN, (Word)tst);
H A Dsyswrap-amd64-solaris.c105 uc->uc_mcontext.gregs[VKI_REG_RIP] = (UWord)ML_(start_thread_NORETURN);
H A Dsyswrap-darwin.c321 void start_thread_NORETURN ( Word arg ) function
7709 // start_thread_NORETURN(), call_on_new_stack_0_1(), but we don't have the
H A Dsyswrap-linux.c315 Word ML_(start_thread_NORETURN) ( void* arg ) function
441 (ML_(start_thread_NORETURN), stack, flags, ctst,
448 (ML_(start_thread_NORETURN), stack, flags, ctst,
459 (ML_(start_thread_NORETURN), stack, flags, ctst,
474 (ML_(start_thread_NORETURN), stack, flags, ctst,
487 ML_(start_thread_NORETURN), ctst);
493 (ML_(start_thread_NORETURN), stack, flags, ctst,
500 (ML_(start_thread_NORETURN), stack, flags, ctst,
508 (ML_(start_thread_NORETURN), stack, flags, ctst,
516 (ML_(start_thread_NORETURN), stac
[all...]
H A Dsyswrap-solaris.c93 ML_(start_thread_NORETURN), ML_(allocstack) and
297 Word ML_(start_thread_NORETURN)(void *arg) function
H A Dsyswrap-x86-darwin.c198 // The real thread will run start_thread_NORETURN(tst)
218 mach->__eip = (uintptr_t)&start_thread_NORETURN;
348 start_thread_NORETURN, (Word)tst);
526 start_thread_NORETURN calls run_thread_NORETURN calls
536 start_thread_NORETURN, (Word)tst);
H A Dsyswrap-x86-solaris.c112 uc->uc_mcontext.gregs[VKI_EIP] = (UWord)ML_(start_thread_NORETURN);

Completed in 257 milliseconds