Searched refs:thread_wrapper (Results 1 – 5 of 5) sorted by relevance
/external/webrtc/webrtc/modules/video_render/ios/ |
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/ |
D | drd_pthread_intercepts.c | 423 static void* DRD_(thread_wrapper)(void* arg) in DRD_() argument 562 CALL_FN_W_WWWW(ret, fn, thread, attr, DRD_(thread_wrapper), &thread_args); in pthread_create_intercept() 613 CALL_FN_W_6W(ret, fn, stk, stksize, DRD_(thread_wrapper), &thread_args, in thr_create_intercept()
|
/external/valgrind/coregrind/m_syswrap/ |
D | syswrap-darwin.c | 87 static VgSchedReturnCode thread_wrapper(Word /*ThreadId*/ tidW) in thread_wrapper() function 199 src = thread_wrapper(tid); in run_a_thread_NORETURN()
|
D | syswrap-solaris.c | 98 static VgSchedReturnCode thread_wrapper(Word /*ThreadId*/ tidW) in thread_wrapper() function 182 src = thread_wrapper(tid); in run_a_thread_NORETURN()
|
D | syswrap-linux.c | 69 static VgSchedReturnCode thread_wrapper(Word /*ThreadId*/ tidW) in thread_wrapper() function 155 src = thread_wrapper(tid); in run_a_thread_NORETURN()
|