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
568 CALL_FN_W_WWWW(ret, fn, thread, attr, DRD_(thread_wrapper), &thread_args);
619 CALL_FN_W_6W(ret, fn, stk, stksize, DRD_(thread_wrapper), &thread_args,
/external/valgrind/coregrind/m_syswrap/
H A Dsyswrap-darwin.c88 static VgSchedReturnCode thread_wrapper(Word /*ThreadId*/ tidW) function
95 "thread_wrapper(tid=%u): entry\n",
101 VG_(acquire_BigLock)(tid, "thread_wrapper");
126 "thread_wrapper(tid=%u): done\n",
193 "run_a_thread_NORETURN(tid=%u): pre-thread_wrapper\n",
200 src = thread_wrapper(tid);
203 "run_a_thread_NORETURN(tid=%u): post-thread_wrapper\n",
221 slot is reallocated, in thread_wrapper(). */
H A Dsyswrap-linux.c71 static VgSchedReturnCode thread_wrapper(Word /*ThreadId*/ tidW) function
78 "thread_wrapper(tid=%u): entry\n",
84 VG_(acquire_BigLock)(tid, "thread_wrapper(starting new thread)");
111 "thread_wrapper(tid=%u): exit, schedreturncode %s\n",
136 "run_a_thread_NORETURN(tid=%u): pre-thread_wrapper\n",
156 src = thread_wrapper(tid);
159 "run_a_thread_NORETURN(tid=%u): post-thread_wrapper\n",
177 slot is reallocated, in thread_wrapper(). */
649 os_state.threadgroup field for real (in thread_wrapper in
1145 = getpid(); /// this file, in thread_wrapper
[all...]
H A Dsyswrap-solaris.c92 /* Note: The following functions (thread_wrapper, run_a_thread_NORETURN,
99 static VgSchedReturnCode thread_wrapper(Word /*ThreadId*/ tidW) function
106 "thread_wrapper(tid=%u): entry\n",
112 VG_(acquire_BigLock)(tid, "thread_wrapper(starting new thread)");
143 "thread_wrapper(tid=%u): exit, schedreturncode %s\n",
163 "run_a_thread_NORETURN(tid=%u): pre-thread_wrapper\n",
183 src = thread_wrapper(tid);
186 "run_a_thread_NORETURN(tid=%u): post-thread_wrapper\n",
209 thread_wrapper(). */

Completed in 279 milliseconds