HomeSort by relevance Sort by last modified time
    Searched full:pthread_kill (Results 1 - 25 of 127) sorted by null

1 2 3 4 5 6

  /external/valgrind/main/none/tests/
pth_blockedsig.c 23 if (pthread_kill (main_thread, SIGUSR1) != 0)
24 fprintf (stderr, "error doing pthread_kill\n");
  /external/valgrind/main/
darwin10-drd.supp 142 pthread_kill()
145 fun:pthread_kill
  /external/valgrind/main/drd/tests/
sigalrm.c 81 pthread_kill(threadid, SIGALRM);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
sigthread.h 36 extern int pthread_kill (pthread_t __threadid, int __signo) __THROW;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
sigthread.h 36 extern int pthread_kill (pthread_t __threadid, int __signo) __THROW;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
sigthread.h 36 extern int pthread_kill (pthread_t __threadid, int __signo) __THROW;
  /external/qemu/distrib/sdl-1.2.12/src/thread/pthread/
SDL_systhread.c 118 pthread_kill(thread->handle, SIGKILL);
  /external/qemu/distrib/sdl-1.2.12/src/thread/riscos/
SDL_systhread.c 140 pthread_kill(thread->handle, SIGKILL);
  /ndk/sources/host-tools/sed-4.2.1/m4/
threadlib.m4 121 # Test for libpthread by looking for pthread_kill. (Not pthread_self,
126 AC_CHECK_LIB([pthread], [pthread_kill],
140 AC_CHECK_LIB([pthread], [pthread_kill],
146 AC_CHECK_LIB([c_r], [pthread_kill],
  /external/qemu/
qemu-thread.c 174 err = pthread_kill(thread->thread, sig);
  /libcore/luni/src/main/native/
AsynchronousSocketCloseMonitor.cpp 64 pthread_kill(it->mThread, BLOCKED_THREAD_SIGNAL);
  /external/webkit/Source/JavaScriptCore/heap/
MachineStackMarker.cpp 289 pthread_kill(platformThread, SigThreadSuspendResume);
302 pthread_kill(platformThread, SigThreadSuspendResume);
  /prebuilts/ndk/android-ndk-r7/platforms/android-3/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/android-ndk-r7/platforms/android-4/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/android-ndk-r7/platforms/android-5/arch-arm/usr/lib/
libc.so 
  /development/ndk/platforms/android-3/arch-arm/symbols/
libc.so.functions.txt 681 pthread_kill
  /development/ndk/platforms/android-3/include/
pthread.h 195 int pthread_kill(pthread_t tid, int sig);
  /development/ndk/platforms/android-5/arch-arm/symbols/
libc.so.functions.txt 718 pthread_kill
  /development/ndk/platforms/android-5/include/
pthread.h 222 int pthread_kill(pthread_t tid, int sig);
  /development/ndk/platforms/android-8/include/
pthread.h 227 int pthread_kill(pthread_t tid, int sig);
  /development/ndk/platforms/android-9/arch-mips/symbols/
libc.so.functions.txt 636 pthread_kill
  /development/ndk/platforms/android-9/arch-x86/symbols/
libc.so.functions.txt 629 pthread_kill
  /external/chromium/third_party/libjingle/source/talk/examples/call/
console.cc 78 pthread_kill(console_thread_->GetPThread(), SIGUSR1);
  /prebuilts/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
pthread.h 195 int pthread_kill(pthread_t tid, int sig);
  /prebuilts/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
pthread.h 195 int pthread_kill(pthread_t tid, int sig);

Completed in 1647 milliseconds

1 2 3 4 5 6