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 320 static void* DRD_(thread_wrapper)(void* arg) function
457 CALL_FN_W_WWWW(ret, fn, thread, attr, DRD_(thread_wrapper), &thread_args);
    [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-linux.c 65 static VgSchedReturnCode thread_wrapper(Word /*ThreadId*/ tidW) function
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(). */
    [all...]
syswrap-darwin.c 88 static VgSchedReturnCode thread_wrapper(Word /*ThreadId*/ tidW) function
95 "thread_wrapper(tid=%lld): entry\n",
101 VG_(acquire_BigLock)(tid, "thread_wrapper");
126 "thread_wrapper(tid=%lld): done\n",
212 "run_a_thread_NORETURN(tid=%lld): pre-thread_wrapper\n",
219 src = thread_wrapper(tid);
222 "run_a_thread_NORETURN(tid=%lld): post-thread_wrapper\n",
236 slot is reallocated, in thread_wrapper(). */
    [all...]

Completed in 1563 milliseconds