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

  /external/valgrind/main/coregrind/m_syswrap/
syswrap-ppc64-aix5.c 91 static VgSchedReturnCode thread_wrapper(Word /*ThreadId*/ tidW) function
98 "thread_wrapper(tid=%lld): entry\n",
104 VG_(acquire_BigLock)(tid, "thread_wrapper(starting new thread)");
125 "thread_wrapper(tid=%lld): exit\n",
142 "run_a_thread_NORETURN(tid=%lld): pre-thread_wrapper\n",
146 src = thread_wrapper(tid);
149 "run_a_thread_NORETURN(tid=%lld): post-thread_wrapper\n",
syswrap-ppc32-aix5.c 91 static VgSchedReturnCode thread_wrapper(Word /*ThreadId*/ tidW) function
98 "thread_wrapper(tid=%lld): entry\n",
104 VG_(acquire_BigLock)(tid, "thread_wrapper(starting new thread)");
125 "thread_wrapper(tid=%lld): exit\n",
142 "run_a_thread_NORETURN(tid=%lld): pre-thread_wrapper\n",
146 src = thread_wrapper(tid);
149 "run_a_thread_NORETURN(tid=%lld): post-thread_wrapper\n",
    [all...]
syswrap-linux.c 64 static VgSchedReturnCode thread_wrapper(Word /*ThreadId*/ tidW) function
71 "thread_wrapper(tid=%lld): entry\n",
77 VG_(acquire_BigLock)(tid, "thread_wrapper(starting new thread)");
102 "thread_wrapper(tid=%lld): exit\n",
123 "run_a_thread_NORETURN(tid=%lld): pre-thread_wrapper\n",
127 src = thread_wrapper(tid);
130 "run_a_thread_NORETURN(tid=%lld): post-thread_wrapper\n",
    [all...]
syswrap-darwin.c 86 static VgSchedReturnCode thread_wrapper(Word /*ThreadId*/ tidW) function
93 "thread_wrapper(tid=%lld): entry\n",
99 VG_(acquire_BigLock)(tid, "thread_wrapper");
121 "thread_wrapper(tid=%lld): done\n",
206 "run_a_thread_NORETURN(tid=%lld): pre-thread_wrapper\n",
210 src = thread_wrapper(tid);
213 "run_a_thread_NORETURN(tid=%lld): post-thread_wrapper\n",
    [all...]
  /external/valgrind/main/drd/
drd_pthread_intercepts.c 256 static void* DRD_(thread_wrapper)(void* arg) function
416 CALL_FN_W_WWWW(ret, fn, thread, attr, DRD_(thread_wrapper), thread_args_p);
    [all...]

Completed in 47 milliseconds