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

  /bionic/libc/bionic/
pthread_kill.cpp 37 int pthread_kill(pthread_t t, int sig) { function
  /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);

Completed in 190 milliseconds