HomeSort by relevance Sort by last modified time
    Searched refs:start_thread_NORETURN (Results 1 - 12 of 12) sorted by null

  /external/valgrind/main/coregrind/m_syswrap/
syswrap-amd64-darwin.c 215 // 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);
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);
516 start_thread_NORETURN calls run_thread_NORETURN calls
526 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 381 ML_(start_thread_NORETURN),
    [all...]
syswrap-amd64-linux.c 307 ML_(start_thread_NORETURN), stack, flags, &VG_(threads)[ctid],
    [all...]
syswrap-ppc32-linux.c 353 ML_(start_thread_NORETURN), stack, flags, &VG_(threads)[ctid],
    [all...]
syswrap-s390x-linux.c 306 ML_(start_thread_NORETURN), &VG_(threads)[ctid]);
    [all...]
syswrap-arm-linux.c 244 ML_(start_thread_NORETURN), stack, flags, &VG_(threads)[ctid],
    [all...]
syswrap-x86-linux.c 328 ML_(start_thread_NORETURN), stack, flags, &VG_(threads)[ctid],
    [all...]
syswrap-linux.c 263 Word ML_(start_thread_NORETURN) ( void* arg )
    [all...]
syswrap-darwin.c 336 void start_thread_NORETURN ( Word arg )
    [all...]

Completed in 531 milliseconds