HomeSort by relevance Sort by last modified time
    Searched refs:pthread_kill (Results 1 - 20 of 20) sorted by null

  /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);
  /libcore/luni/src/main/native/
AsynchronousSocketCloseMonitor.cpp 64 pthread_kill(it->mThread, BLOCKED_THREAD_SIGNAL);
  /dalvik/vm/
SignalCatcher.c 65 pthread_kill(gDvm.signalCatcherHandle, SIGQUIT);
Thread.c 141 (e.g. pthread_kill(SIGUSR1)) to notify threads of suspension or resumption.
    [all...]
  /external/qemu/
qemu-thread.c 149 err = pthread_kill(thread->thread, sig);
  /bionic/libc/include/
pthread.h 262 int pthread_kill(pthread_t tid, int sig);
  /development/ndk/platforms/android-3/include/
pthread.h 195 int pthread_kill(pthread_t tid, int sig);
  /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/include/
pthread.h 264 int pthread_kill(pthread_t tid, int sig);
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
pthread.h 195 int pthread_kill(pthread_t tid, int sig);
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
pthread.h 195 int pthread_kill(pthread_t tid, int sig);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
pthread.h 195 int pthread_kill(pthread_t tid, int sig);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
pthread.h 222 int pthread_kill(pthread_t tid, int sig);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
pthread.h 227 int pthread_kill(pthread_t tid, int sig);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
pthread.h 227 int pthread_kill(pthread_t tid, int sig);
  /system/core/adb/
usb_linux.c 496 pthread_kill(h->reaper_thread, SIGALRM);
  /bionic/libc/bionic/
pthread.c 1818 int pthread_kill(pthread_t tid, int sig) function
    [all...]
  /external/v8/test/cctest/
test-log.cc 369 void SendSigProf() { pthread_kill(self_, SIGPROF); }
    [all...]

Completed in 411 milliseconds