/external/webrtc/webrtc/modules/video_render/ios/ |
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;
|
/cts/tests/tests/media/libmediandkjni/ |
native_media_utils.cpp | 37 if (pthread_create(&mHandle, nullptr, Thread::thread_wrapper, this) != 0) { 52 void* Thread::thread_wrapper(void *obj) { function in class:Utils::Thread
|
native_media_utils.h | 70 static void* thread_wrapper(void *);
|
/external/valgrind/coregrind/m_syswrap/ |
syswrap-amd64-darwin.c | 579 thread_wrapper which acquires the lock before continuing. 583 thread_wrapper not holding the lock, and someone has recycled
|
syswrap-x86-darwin.c | 527 thread_wrapper which acquires the lock before continuing. 531 thread_wrapper not holding the lock, and someone has recycled
|
syswrap-darwin.c | 88 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(). */ [all...] |
syswrap-linux.c | 71 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 [all...] |
syswrap-solaris.c | 92 /* 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(). */ [all...] |
/external/valgrind/drd/ |
drd_pthread_intercepts.c | 423 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, [all...] |
/external/valgrind/ |
README_DEVELOPERS | 260 ==8119== by 0x280A7237: thread_wrapper (syswrap-linux.c:103)
|
/external/valgrind/docs/html/ |
dist.readme-developers.html | 283 ??==8119==????by?0x280A7237:?thread_wrapper?(syswrap-linux.c:103)<br>
|
/external/valgrind/helgrind/ |
hg_main.c | [all...] |