Searched refs:thread_wrapper (Results 1 - 3 of 3) sorted by relevance

/external/valgrind/drd/
H A Ddrd_pthread_intercepts.c346 static void* DRD_(thread_wrapper)(void* arg) function
485 CALL_FN_W_WWWW(ret, fn, thread, attr, DRD_(thread_wrapper), &thread_args);
/external/valgrind/coregrind/m_syswrap/
H A Dsyswrap-darwin.c87 static VgSchedReturnCode thread_wrapper(Word /*ThreadId*/ tidW) function
94 "thread_wrapper(tid=%lld): entry\n",
100 VG_(acquire_BigLock)(tid, "thread_wrapper");
125 "thread_wrapper(tid=%lld): done\n",
192 "run_a_thread_NORETURN(tid=%lld): pre-thread_wrapper\n",
199 src = thread_wrapper(tid);
202 "run_a_thread_NORETURN(tid=%lld): post-thread_wrapper\n",
216 slot is reallocated, in thread_wrapper(). */
H A Dsyswrap-linux.c69 static VgSchedReturnCode thread_wrapper(Word /*ThreadId*/ tidW) function
76 "thread_wrapper(tid=%lld): entry\n",
82 VG_(acquire_BigLock)(tid, "thread_wrapper(starting new thread)");
110 "thread_wrapper(tid=%lld): exit, schedreturncode %s\n",
135 "run_a_thread_NORETURN(tid=%lld): pre-thread_wrapper\n",
155 src = thread_wrapper(tid);
158 "run_a_thread_NORETURN(tid=%lld): post-thread_wrapper\n",
172 slot is reallocated, in thread_wrapper(). */
732 = getpid(); /// this file, in thread_wrapper

Completed in 137 milliseconds