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

  /external/valgrind/main/drd/
drd_pthread_intercepts.c 334 static void* DRD_(thread_wrapper)(void* arg) function
473 CALL_FN_W_WWWW(ret, fn, thread, attr, DRD_(thread_wrapper), &thread_args);
    [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-linux.c 70 static VgSchedReturnCode thread_wrapper(Word /*ThreadId*/ tidW) function
77 "thread_wrapper(tid=%lld): entry\n",
83 VG_(acquire_BigLock)(tid, "thread_wrapper(starting new thread)");
111 "thread_wrapper(tid=%lld): exit\n",
136 "run_a_thread_NORETURN(tid=%lld): pre-thread_wrapper\n",
156 src = thread_wrapper(tid);
159 "run_a_thread_NORETURN(tid=%lld): post-thread_wrapper\n",
173 slot is reallocated, in thread_wrapper(). */
    [all...]
syswrap-darwin.c 87 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",
211 "run_a_thread_NORETURN(tid=%lld): pre-thread_wrapper\n",
218 src = thread_wrapper(tid);
221 "run_a_thread_NORETURN(tid=%lld): post-thread_wrapper\n",
235 slot is reallocated, in thread_wrapper(). */
    [all...]

Completed in 39 milliseconds