HomeSort by relevance Sort by last modified time
    Searched refs:pthread_cond_destroy (Results 126 - 150 of 197) sorted by null

1 2 3 4 56 7 8

  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/
pthread.h 181 int pthread_cond_destroy(pthread_cond_t *cond);
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/
pthread.h 181 int pthread_cond_destroy(pthread_cond_t *cond);
  /prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/
pthread.h 170 int pthread_cond_destroy(pthread_cond_t *cond);
  /prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/
pthread.h 170 int pthread_cond_destroy(pthread_cond_t *cond);
  /prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/
pthread.h 170 int pthread_cond_destroy(pthread_cond_t *cond);
  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/
pthread.h 175 int pthread_cond_destroy(pthread_cond_t *cond);
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/
pthread.h 181 int pthread_cond_destroy(pthread_cond_t *cond);
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/
pthread.h 181 int pthread_cond_destroy(pthread_cond_t *cond);
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/
pthread.h 181 int pthread_cond_destroy(pthread_cond_t *cond);
  /external/bison/lib/glthread/
lock.c 266 err = pthread_cond_destroy (&lock->waiting_readers);
269 err = pthread_cond_destroy (&lock->waiting_writers);
  /external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
gki_ulinux.c 367 pthread_cond_destroy (&thread_delay_cond); */
    [all...]
  /external/libnfc-nci/src/gki/ulinux/
gki_ulinux.c 367 pthread_cond_destroy (&thread_delay_cond); */
    [all...]
  /hardware/msm7k/librpc/
clnt.c 645 pthread_cond_destroy(&client->input_xdr_wait);
648 pthread_cond_destroy(&client->wait_reply);
  /development/ndk/sources/android/libportable/arch-mips/
pthread.c 188 PTHREAD_WRAPPER(pthread_cond_destroy, (pthread_cond_t *cond), (cond), "(cond:%p)");
  /device/lge/mako/camera/QCamera/stack/mm-camera-interface/src/
mm_camera_thread.c 359 pthread_cond_destroy(&poll_cb->cond_v);
  /bootable/recovery/minadbd/
sysdeps.h 294 #define adb_cond_destroy pthread_cond_destroy
  /development/ndk/sources/android/native_app_glue/
android_native_app_glue.c 330 pthread_cond_destroy(&android_app->cond);
  /device/lge/mako/camera/mm-camera-interface/
mm_camera_poll_thread.c 463 pthread_cond_destroy(&poll_cb->cond_v);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xthreads.h 255 #define xcondition_clear(c) pthread_cond_destroy(c)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xthreads.h 255 #define xcondition_clear(c) pthread_cond_destroy(c)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xthreads.h 255 #define xcondition_clear(c) pthread_cond_destroy(c)
  /system/core/adb/
sysdeps.h 314 #define adb_cond_destroy pthread_cond_destroy
  /external/bluetooth/bluedroid/gki/ulinux/
gki_ulinux.c 516 pthread_cond_destroy (&thread_delay_cond); */
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/
OMX_G726Encoder.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/
OMX_G729Decoder.c     [all...]

Completed in 1240 milliseconds

1 2 3 4 56 7 8