HomeSort by relevance Sort by last modified time
    Searched refs:pthread_cancel (Results 26 - 37 of 37) sorted by null

12

  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
gthr-default.h 111 __gthrw3(pthread_cancel)
141 __gthrw(pthread_cancel)
204 to 9 does. FreeBSD >= 700014 even provides a pthread_cancel stub in libc,
257 /* Android's C library does not provide pthread_cancel, check for
260 pthread_cancel
gthr-posix.h 111 __gthrw3(pthread_cancel)
141 __gthrw(pthread_cancel)
204 to 9 does. FreeBSD >= 700014 even provides a pthread_cancel stub in libc,
257 /* Android's C library does not provide pthread_cancel, check for
260 pthread_cancel
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
gthr-default.h 111 __gthrw3(pthread_cancel)
141 __gthrw(pthread_cancel)
204 to 9 does. FreeBSD >= 700014 even provides a pthread_cancel stub in libc,
257 /* Android's C library does not provide pthread_cancel, check for
260 pthread_cancel
gthr-posix.h 111 __gthrw3(pthread_cancel)
141 __gthrw(pthread_cancel)
204 to 9 does. FreeBSD >= 700014 even provides a pthread_cancel stub in libc,
257 /* Android's C library does not provide pthread_cancel, check for
260 pthread_cancel
  /external/webrtc/src/system_wrappers/source/
thread_posix.cc 239 if (_thread && (0 != pthread_cancel(_thread)))
  /external/openssh/
auth-pam.c 162 return; /* terminated by pthread_cancel */
204 pthread_cancel(sp_pthread_t thread) function
535 pthread_cancel(ctxt->pam_thread);
  /external/dbus/bus/
selinux.c 234 pthread_cancel (*(pthread_t *) thread);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
pthread.h 485 extern int pthread_cancel (pthread_t __th);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
pthread.h 485 extern int pthread_cancel (pthread_t __th);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
pthread.h 485 extern int pthread_cancel (pthread_t __th);
    [all...]
  /external/bluetooth/bluez/audio/
pcm_bluetooth.c 306 pthread_cancel(data->hw_thread);
353 pthread_cancel(data->hw_thread);
    [all...]
  /external/valgrind/main/coregrind/
vgdb.c     [all...]

Completed in 2350 milliseconds

12