Searched refs:thread_wrapper (Results 1 - 5 of 5) sorted by relevance
/external/webrtc/webrtc/modules/video_render/ios/ |
H A D | video_render_ios_gles20.mm | 43 rtc::PlatformThread* thread_wrapper = screen_update_thread_.release(); 45 if (thread_wrapper) { 49 thread_wrapper->Stop(); 50 delete thread_wrapper;
|
/external/valgrind/drd/ |
H A D | drd_pthread_intercepts.c | 423 static void* DRD_(thread_wrapper)(void* arg) function 562 CALL_FN_W_WWWW(ret, fn, thread, attr, DRD_(thread_wrapper), &thread_args); 613 CALL_FN_W_6W(ret, fn, stk, stksize, DRD_(thread_wrapper), &thread_args,
|
/external/valgrind/coregrind/m_syswrap/ |
H A D | syswrap-darwin.c | 87 static VgSchedReturnCode thread_wrapper(Word /*ThreadId*/ tidW) function 94 "thread_wrapper(tid=%u): entry\n", 100 VG_(acquire_BigLock)(tid, "thread_wrapper"); 125 "thread_wrapper(tid=%u): done\n", 192 "run_a_thread_NORETURN(tid=%u): pre-thread_wrapper\n", 199 src = thread_wrapper(tid); 202 "run_a_thread_NORETURN(tid=%u): post-thread_wrapper\n", 216 slot is reallocated, in thread_wrapper(). */
|
H A D | syswrap-linux.c | 69 static VgSchedReturnCode thread_wrapper(Word /*ThreadId*/ tidW) function 76 "thread_wrapper(tid=%u): entry\n", 82 VG_(acquire_BigLock)(tid, "thread_wrapper(starting new thread)"); 110 "thread_wrapper(tid=%u): exit, schedreturncode %s\n", 135 "run_a_thread_NORETURN(tid=%u): pre-thread_wrapper\n", 155 src = thread_wrapper(tid); 158 "run_a_thread_NORETURN(tid=%u): post-thread_wrapper\n", 172 slot is reallocated, in thread_wrapper(). */ 732 = getpid(); /// this file, in thread_wrapper
|
H A D | syswrap-solaris.c | 91 /* Note: The following functions (thread_wrapper, run_a_thread_NORETURN, 98 static VgSchedReturnCode thread_wrapper(Word /*ThreadId*/ tidW) function 105 "thread_wrapper(tid=%u): entry\n", 111 VG_(acquire_BigLock)(tid, "thread_wrapper(starting new thread)"); 142 "thread_wrapper(tid=%u): exit, schedreturncode %s\n", 162 "run_a_thread_NORETURN(tid=%u): pre-thread_wrapper\n", 182 src = thread_wrapper(tid); 185 "run_a_thread_NORETURN(tid=%u): post-thread_wrapper\n", 208 thread_wrapper(). */
|
Completed in 233 milliseconds