Searched refs:run_a_thread_NORETURN (Results 1 - 3 of 3) sorted by path

/external/valgrind/coregrind/m_syswrap/
H A Dsyswrap-darwin.c185 static void run_a_thread_NORETURN ( Word tidW ) function
193 "run_a_thread_NORETURN(tid=%u): pre-thread_wrapper\n",
203 "run_a_thread_NORETURN(tid=%u): post-thread_wrapper\n",
230 "run_a_thread_NORETURN(tid=%u): "
240 "run_a_thread_NORETURN(tid=%u): "
254 "run_a_thread_NORETURN(tid=%u): "
312 run_a_thread_NORETURN, /* fn to call */
326 run_a_thread_NORETURN ( (Word)tid );
H A Dsyswrap-linux.c125 static void run_a_thread_NORETURN ( Word tidW ) function
136 "run_a_thread_NORETURN(tid=%u): pre-thread_wrapper\n",
159 "run_a_thread_NORETURN(tid=%u): post-thread_wrapper\n",
186 "run_a_thread_NORETURN(tid=%u): "
196 "run_a_thread_NORETURN(tid=%u): "
207 "run_a_thread_NORETURN(tid=%u): "
320 run_a_thread_NORETURN ( (Word)tid );
415 run_a_thread_NORETURN, /* fn to call */
H A Dsyswrap-solaris.c92 /* Note: The following functions (thread_wrapper, run_a_thread_NORETURN,
152 static void run_a_thread_NORETURN(Word tidW) function
163 "run_a_thread_NORETURN(tid=%u): pre-thread_wrapper\n",
186 "run_a_thread_NORETURN(tid=%u): post-thread_wrapper\n",
218 "run_a_thread_NORETURN(tid=%u): "
229 "run_a_thread_NORETURN(tid=%u): "
234 "run_a_thread_NORETURN(tid=%u): "
248 "run_a_thread_NORETURN(tid=%u): "
302 run_a_thread_NORETURN((Word)tid);
393 run_a_thread_NORETURN, /* f
[all...]

Completed in 644 milliseconds