Home | History | Annotate | Download | only in m_syswrap

Lines Matching full:thread_wrapper

65 static VgSchedReturnCode thread_wrapper(Word /*ThreadId*/ tidW)
72 "thread_wrapper(tid=%lld): entry\n",
78 VG_(acquire_BigLock)(tid, "thread_wrapper(starting new thread)");
106 "thread_wrapper(tid=%lld): exit\n",
128 "run_a_thread_NORETURN(tid=%lld): pre-thread_wrapper\n",
135 src = thread_wrapper(tid);
138 "run_a_thread_NORETURN(tid=%lld): post-thread_wrapper\n",
152 slot is reallocated, in thread_wrapper(). */