HomeSort by relevance Sort by last modified time
    Searched full:pthread_cond_destroy (Results 251 - 275 of 490) sorted by null

<<11121314151617181920

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/x86/include/bits/
gthr-default.h 142 __gthrw(pthread_cond_destroy)
629 if (__gthrw_(pthread_cond_destroy) ((pthread_cond_t *) condition->backend))
897 return __gthrw_(pthread_cond_destroy) (__cond);
gthr-posix.h 142 __gthrw(pthread_cond_destroy)
629 if (__gthrw_(pthread_cond_destroy) ((pthread_cond_t *) condition->backend))
897 return __gthrw_(pthread_cond_destroy) (__cond);
  /external/bluetooth/bluedroid/gki/ulinux/
gki_ulinux.c 516 pthread_cond_destroy (&thread_delay_cond); */
    [all...]
  /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...]
  /bootable/recovery/minadbd/
sysdeps.h 294 #define adb_cond_destroy pthread_cond_destroy
  /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);
  /external/chromium_org/third_party/WebKit/Source/wtf/
ThreadingPthreads.cpp 344 pthread_cond_destroy(&m_condition);
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/os/
os_thread.h 114 pthread_cond_destroy(&(cond))
  /external/chromium_org/v8/src/platform/
condition-variable.cc 65 int result = pthread_cond_destroy(&native_handle_);
  /external/llvm/examples/ParallelJIT/
ParallelJIT.cpp 141 int result = pthread_cond_destroy( &condition );
  /external/mesa3d/src/gallium/auxiliary/os/
os_thread.h 114 pthread_cond_destroy(&(cond))
  /external/qemu/distrib/sdl-1.2.15/src/cdrom/macosx/
SDLOSXCAGuard.c 195 pthread_cond_destroy(&cag->mCondVar);
  /external/valgrind/main/helgrind/
hg_intercepts.c 634 pthread_cond_destroy
922 // glibc: pthread_cond_destroy@@GLIBC_2.3.2
923 // glibc: pthread_cond_destroy@GLIBC_2.2.5
924 // glibc: pthread_cond_destroy@GLIBC_2.0
925 // darwin: pthread_cond_destroy
936 fprintf(stderr, "<< pthread_cond_destroy %p", cond);
946 DO_PthAPIerror( "pthread_cond_destroy", ret );
956 PTH_FUNC(int, pthreadZucondZudestroyZAZa, // pthread_cond_destroy@*
961 PTH_FUNC(int, pthreadZucondZudestroy, // pthread_cond_destroy
    [all...]
  /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 313 #define adb_cond_destroy pthread_cond_destroy
  /art/runtime/base/
mutex.cc 778 int rc = pthread_cond_destroy(&cond_);
784 PLOG(shutting_down ? WARNING : FATAL) << "pthread_cond_destroy failed for " << name_;
  /external/srec/audio/AudioIn/UNIX/src/
audioin.c 282 if( pthread_cond_destroy(&gThreadRunning) != 0 )
286 if( pthread_cond_destroy(&gOpenExCalled) != 0 )
290 if( pthread_cond_destroy(&gCloseCalled) != 0 )
    [all...]
  /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);
  /external/chromium_org/third_party/sqlite/src/src/
test_server.c 304 pthread_cond_destroy(&pMsg->clientWakeup);
test_thread.c 470 pthread_cond_destroy(&un.cond);

Completed in 1509 milliseconds

<<11121314151617181920