HomeSort by relevance Sort by last modified time
    Searched refs:thread_wrapper (Results 1 - 7 of 7) sorted by null

  /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.h 70 static void* thread_wrapper(void *);
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
  /external/valgrind/drd/
drd_pthread_intercepts.c 423 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,
    [all...]
  /external/valgrind/coregrind/m_syswrap/
syswrap-darwin.c 87 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(). */
    [all...]
syswrap-linux.c 69 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
    [all...]
syswrap-solaris.c 91 /* 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(). */
    [all...]

Completed in 167 milliseconds