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

/external/webrtc/webrtc/modules/video_render/ios/
H A 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/
H A Ddrd_pthread_intercepts.c423 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 Dsyswrap-darwin.c87 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 Dsyswrap-linux.c69 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 Dsyswrap-solaris.c91 /* 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