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

1 2 3

  /bionic/libc/bionic/
raise.cpp 32 int rc = pthread_kill(pthread_self(), sig);
pthread_kill.cpp 37 int pthread_kill(pthread_t t, int sig) { function
  /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/compiler-rt/lib/tsan/lit_tests/
signal_errno.cc 19 pthread_kill(mainth, SIGPROF);
  /external/valgrind/main/none/tests/
pth_blockedsig.c 23 if (pthread_kill (main_thread, SIGUSR1) != 0)
24 fprintf (stderr, "error doing pthread_kill\n");
  /bionic/tests/
pthread_test.cpp 186 pthread_kill(signal_thread, SIGUSR1);
248 ASSERT_EQ(0, pthread_kill(pthread_self(), 0));
252 ASSERT_EQ(EINVAL, pthread_kill(pthread_self(), -1));
259 // Can we call pthread_kill from a signal handler?
260 ASSERT_EQ(0, pthread_kill(pthread_self(), SIGALRM));
270 ASSERT_EQ(0, pthread_kill(pthread_self(), SIGALRM));
318 ASSERT_EQ(ESRCH, pthread_kill(dead_thread, 0));
  /external/qemu/distrib/sdl-1.2.15/src/thread/pthread/
SDL_systhread.c 118 pthread_kill(thread->handle, SIGKILL);
  /external/qemu/distrib/sdl-1.2.15/src/thread/riscos/
SDL_systhread.c 140 pthread_kill(thread->handle, SIGKILL);
  /external/valgrind/main/drd/tests/
sigalrm.c 84 pthread_kill(threadid, SIGALRM);
  /libcore/luni/src/main/native/
AsynchronousSocketCloseMonitor.cpp 68 pthread_kill(it->mThread, BLOCKED_THREAD_SIGNAL);
  /external/chromium/third_party/libjingle/source/talk/examples/call/
console.cc 78 pthread_kill(console_thread_->GetPThread(), SIGUSR1);
  /dalvik/vm/
SignalCatcher.cpp 65 pthread_kill(gDvm.signalCatcherHandle, SIGQUIT);
  /external/qemu/
qemu-thread.c 174 err = pthread_kill(thread->thread, sig);
  /development/ndk/sources/android/libportable/arch-mips/
pthread.c 262 int WRAP(pthread_kill)(pthread_t thread, int portable_signum) function
276 ALOGV("%s: calling pthread_kill(thread:%lx, mips_signum:%d);", __func__,
278 ret = REAL(pthread_kill)(thread, mips_signum);
  /external/webkit/Source/JavaScriptCore/heap/
MachineStackMarker.cpp 289 pthread_kill(platformThread, SigThreadSuspendResume);
302 pthread_kill(platformThread, SigThreadSuspendResume);
  /bionic/libc/include/
pthread.h 266 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 268 int pthread_kill(pthread_t tid, int sig);
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
pthread.h 195 int pthread_kill(pthread_t tid, int sig);
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
pthread.h 195 int pthread_kill(pthread_t tid, int sig);
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
pthread.h 195 int pthread_kill(pthread_t tid, int sig);

Completed in 1163 milliseconds

1 2 3