Home
last modified time | relevance | path

Searched refs:thread_wrapper (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/webrtc/modules/video_render/ios/
Dvideo_render_ios_gles20.mm43 rtc::PlatformThread* thread_wrapper = screen_update_thread_.release();
45 if (thread_wrapper) {
49 thread_wrapper->Stop();
50 delete thread_wrapper;
/external/valgrind/drd/
Ddrd_pthread_intercepts.c423 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/
Dsyswrap-darwin.c87 static VgSchedReturnCode thread_wrapper(Word /*ThreadId*/ tidW) in thread_wrapper() function
199 src = thread_wrapper(tid); in run_a_thread_NORETURN()
Dsyswrap-solaris.c98 static VgSchedReturnCode thread_wrapper(Word /*ThreadId*/ tidW) in thread_wrapper() function
182 src = thread_wrapper(tid); in run_a_thread_NORETURN()
Dsyswrap-linux.c69 static VgSchedReturnCode thread_wrapper(Word /*ThreadId*/ tidW) in thread_wrapper() function
155 src = thread_wrapper(tid); in run_a_thread_NORETURN()