/external/valgrind/main/coregrind/m_syswrap/ |
syswrap-x86-darwin.c | 199 // 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);
|
syswrap-amd64-darwin.c | 245 // The real thread will run start_thread_NORETURN(tst) 264 mach->__rip = (uintptr_t)&start_thread_NORETURN; 391 start_thread_NORETURN, (Word)tst); 541 start_thread_NORETURN calls run_thread_NORETURN calls 551 start_thread_NORETURN, (Word)tst);
|
priv_syswrap-linux.h | 37 extern Word ML_(start_thread_NORETURN) ( void* arg );
|
priv_syswrap-darwin.h | 39 void start_thread_NORETURN ( Word arg );
|
syswrap-ppc64-linux.c | 382 ML_(start_thread_NORETURN), [all...] |
syswrap-amd64-linux.c | 309 ML_(start_thread_NORETURN), stack, flags, &VG_(threads)[ctid], [all...] |
syswrap-ppc32-linux.c | 355 ML_(start_thread_NORETURN), stack, flags, &VG_(threads)[ctid], [all...] |
syswrap-s390x-linux.c | 308 ML_(start_thread_NORETURN), &VG_(threads)[ctid]); [all...] |
syswrap-arm-linux.c | 246 ML_(start_thread_NORETURN), stack, flags, &VG_(threads)[ctid], [all...] |
syswrap-mips32-linux.c | 314 ret = do_syscall_clone_mips_linux (ML_ (start_thread_NORETURN), [all...] |
syswrap-x86-linux.c | 330 ML_(start_thread_NORETURN), stack, flags, &VG_(threads)[ctid], [all...] |
syswrap-linux.c | 299 Word ML_(start_thread_NORETURN) ( void* arg ) [all...] |
syswrap-darwin.c | 335 void start_thread_NORETURN ( Word arg ) [all...] |