HomeSort by relevance Sort by last modified time
    Searched full:pthread_t (Results 576 - 600 of 1044) sorted by null

<<21222324252627282930>>

  /hardware/qcom/media/mm-video-v4l2/vidc/venc/inc/
video_encoder_device_v4l2.h 213 unsigned venc_set_message_thread_id(pthread_t);
256 pthread_t m_tid;
omx_video_base.h 219 virtual OMX_U32 dev_set_message_thread_id(pthread_t) = 0;
340 pthread_t msg_thread_id;
341 pthread_t async_thread_id;
  /external/chromium_org/third_party/tcmalloc/chromium/src/
thread_cache.cc 117 void ThreadCache::Init(pthread_t tid) {
336 // We may have used a fake pthread_t for the main thread. Fix it.
337 pthread_t zero;
361 pthread_t me;
368 const pthread_t me = pthread_self();
400 ThreadCache* ThreadCache::NewHeap(pthread_t tid) {
  /system/core/libutils/
Threads.cpp 133 // Now that the pthread_t has a method to find the associated
134 // android_thread_id_t (pid) from pthread_t, it would be possible to avoid
155 pthread_t thread;
176 static pthread_t android_thread_id_t_to_pthread(android_thread_id_t thread)
178 return (pthread_t) thread;
860 pthread_t pthread = android_thread_id_t_to_pthread(mThread);
  /external/chromium_org/third_party/libxml/src/
threads.c 82 extern pthread_t pthread_self ()
125 pthread_t tid;
147 static pthread_t mainthread;
761 * as the specification doesn't mandate pthread_t to be an integer type
769 pthread_t id;
  /external/libxml2/
threads.c 82 extern pthread_t pthread_self ()
125 pthread_t tid;
147 static pthread_t mainthread;
763 * as the specification doesn't mandate pthread_t to be an integer type
771 pthread_t id;
  /dalvik/vm/
Thread.h 162 pthread_t handle;
501 bool dvmCreateInternalThread(pthread_t* pHandle, const char* name,
527 Thread* dvmGetThreadByHandle(pthread_t handle);
  /external/bluetooth/bluedroid/btif/co/
bta_hh_co.c 130 ** Returns pthread_t
133 static inline pthread_t create_thread(void *(*start_routine)(void *), void * arg){
139 pthread_t thread_id = -1;
  /external/chromium_org/third_party/leveldatabase/src/util/
env_posix.cc 471 pthread_t tid = pthread_self();
515 pthread_t bgthread_;
588 pthread_t t;
  /external/qemu/distrib/sdl-1.2.15/src/cdrom/macosx/
AudioFileReaderThread.c 67 UInt32 (*GetThreadBasePriority)(pthread_t inThread);
158 pthread_t pThread;
193 static UInt32 FileReaderThread_GetThreadBasePriority (pthread_t inThread)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/i686-linux/bits/
gthr-default.h 44 typedef pthread_t __gthread_t;
368 pthread_t new_thread_handle;
392 pthread_t thread_id = __gthrw_(pthread_self) ();
gthr-posix.h 44 typedef pthread_t __gthread_t;
368 pthread_t new_thread_handle;
392 pthread_t thread_id = __gthrw_(pthread_self) ();
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/x86_64-linux/bits/
gthr-default.h 44 typedef pthread_t __gthread_t;
368 pthread_t new_thread_handle;
392 pthread_t thread_id = __gthrw_(pthread_self) ();
gthr-posix.h 44 typedef pthread_t __gthread_t;
368 pthread_t new_thread_handle;
392 pthread_t thread_id = __gthrw_(pthread_self) ();
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi/include/bits/
gthr-default.h 57 typedef pthread_t __gthread_t;
381 pthread_t new_thread_handle;
405 pthread_t thread_id = __gthrw_(pthread_self) ();
gthr-posix.h 57 typedef pthread_t __gthread_t;
381 pthread_t new_thread_handle;
405 pthread_t thread_id = __gthrw_(pthread_self) ();
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi-v7a/include/bits/
gthr-default.h 57 typedef pthread_t __gthread_t;
381 pthread_t new_thread_handle;
405 pthread_t thread_id = __gthrw_(pthread_self) ();
gthr-posix.h 57 typedef pthread_t __gthread_t;
381 pthread_t new_thread_handle;
405 pthread_t thread_id = __gthrw_(pthread_self) ();
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/mips/include/bits/
gthr-default.h 57 typedef pthread_t __gthread_t;
381 pthread_t new_thread_handle;
405 pthread_t thread_id = __gthrw_(pthread_self) ();
gthr-posix.h 57 typedef pthread_t __gthread_t;
381 pthread_t new_thread_handle;
405 pthread_t thread_id = __gthrw_(pthread_self) ();
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/x86/include/bits/
gthr-default.h 57 typedef pthread_t __gthread_t;
381 pthread_t new_thread_handle;
405 pthread_t thread_id = __gthrw_(pthread_self) ();
gthr-posix.h 57 typedef pthread_t __gthread_t;
381 pthread_t new_thread_handle;
405 pthread_t thread_id = __gthrw_(pthread_self) ();
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi/include/bits/
gthr-default.h 57 typedef pthread_t __gthread_t;
381 pthread_t new_thread_handle;
405 pthread_t thread_id = __gthrw_(pthread_self) ();
gthr-posix.h 57 typedef pthread_t __gthread_t;
381 pthread_t new_thread_handle;
405 pthread_t thread_id = __gthrw_(pthread_self) ();
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi-v7a/include/bits/
gthr-default.h 57 typedef pthread_t __gthread_t;
381 pthread_t new_thread_handle;
405 pthread_t thread_id = __gthrw_(pthread_self) ();

Completed in 483 milliseconds

<<21222324252627282930>>