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

<<11121314151617181920>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
pthread.h 225 extern int pthread_create (pthread_t *__restrict __newthread,
242 extern int pthread_join (pthread_t __th, void **__thread_return);
247 extern int pthread_tryjoin_np (pthread_t __th, void **__thread_return) __THROW;
255 extern int pthread_timedjoin_np (pthread_t __th, void **__thread_return,
263 extern int pthread_detach (pthread_t __th) __THROW;
267 extern pthread_t pthread_self (void) __THROW __attribute__ ((__const__));
270 extern int pthread_equal (pthread_t __thread1, pthread_t __thread2) __THROW;
404 extern int pthread_getattr_np (pthread_t __th, pthread_attr_t *__attr)
413 extern int pthread_setschedparam (pthread_t __target_thread, int __policy
    [all...]
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
implement.h 159 pthread_t ptHandle; /* This thread's permanent pthread_t handle */
246 pthread_t ownerThread;
354 pthread_t tid;
471 * The pthread_t->keys attribute is the head of a
474 * between a pthread_t and all pthread_key_t on which
625 void ptw32_robust_mutex_add(pthread_mutex_t* mutex, pthread_t self);
636 void ptw32_threadDestroy (pthread_t tid);
640 pthread_t ptw32_new (void);
642 pthread_t ptw32_threadReusePop (void)
    [all...]
pthread_equal.c 42 pthread_equal (pthread_t t1, pthread_t t2)
pthread_kill.c 49 pthread_kill (pthread_t thread, int sig)
59 * thread reference to an instances of pthread_t
pthread_setschedparam.c 42 pthread_setschedparam (pthread_t thread, int policy,
71 ptw32_setthreadpriority (pthread_t thread, int policy, int priority)
  /art/test/JniTest/
jni_test.cc 60 pthread_t pthread;
95 pthread_t pthread;
  /device/lge/mako/camera/QCamera/stack/mm-jpeg-interface/inc/
mm_jpeg.h 74 pthread_t cb_pid; /* cb thread heandler*/
98 pthread_t pid; /* job cmd thread ID */
  /external/chromium/base/threading/
platform_thread.h 31 // standard intends to allow pthread_t to be a structure. This means you
39 typedef pthread_t PlatformThreadHandle;
  /external/chromium_org/native_client_sdk/src/examples/tutorial/debugging/
debugging.c 34 pthread_t g_NexeThread;
35 pthread_t g_PPAPIThread;
  /external/chromium_org/third_party/libwebp/utils/
thread.h 30 typedef HANDLE pthread_t; typedef
61 pthread_t thread_;
  /external/libvpx/libvpx/vp9/decoder/
vp9_thread.h 31 typedef HANDLE pthread_t; typedef
62 pthread_t thread_;
  /external/qemu/distrib/sdl-1.2.15/src/thread/pthread/
SDL_sysmutex.c 37 pthread_t owner;
81 pthread_t this_thread;
  /external/qemu/distrib/sdl-1.2.15/src/thread/riscos/
SDL_sysmutex.c 38 pthread_t owner;
80 pthread_t this_thread;
  /external/valgrind/main/none/tests/
thread-exits.c 66 pthread_t t;
92 pthread_t pth;
  /external/webp/src/utils/
thread.h 30 typedef HANDLE pthread_t; typedef
61 pthread_t thread_;
  /frameworks/wilhelm/src/
ThreadPool.h 67 pthread_t *mThreadArray; ///< The worker threads
83 pthread_t mThreadTypical[THREAD_TYPICAL];
  /hardware/qcom/audio/legacy/alsa_sound/
AudioUsbALSA.h 85 pthread_t mPlaybackUsb;
86 pthread_t mRecordingUsb;
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
decoder_driver_test.h 56 pthread_t videothread_id;
57 pthread_t asyncthread_id;
  /hardware/qcom/media/mm-video-legacy/vidc/venc/inc/
video_encoder_test.h 62 pthread_t videothread_id;
63 pthread_t asyncthread_id;
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
decoder_driver_test.h 55 pthread_t videothread_id;
56 pthread_t asyncthread_id;
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/inc/
video_encoder_test.h 61 pthread_t videothread_id;
62 pthread_t asyncthread_id;
  /system/core/fastbootd/
transport.c 117 pthread_t thread;
142 pthread_t thread;
  /bionic/libc/bionic/
pthread_detach.cpp 33 int pthread_detach(pthread_t t) {
pthread_getcpuclockid.cpp 33 int pthread_getcpuclockid(pthread_t t, clockid_t* clockid) {
pthread_getschedparam.cpp 34 int pthread_getschedparam(pthread_t t, int* policy, sched_param* param) {

Completed in 1034 milliseconds

<<11121314151617181920>>