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

  /bionic/libc/bionic/
pthread_kill.cpp 37 int pthread_kill(pthread_t t, int sig) { function
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread_kill.c 2 * pthread_kill.c
5 * This translation unit implements the pthread_kill routine.
49 pthread_kill (pthread_t thread, int sig) function
105 } /* pthread_kill */
  /development/ndk/sources/android/libportable/arch-mips/
pthread.c 259 int WRAP(pthread_kill)(pthread_t thread, int portable_signum) function
273 ALOGV("%s: calling pthread_kill(thread:%lx, mips_signum:%d);", __func__,
275 ret = REAL(pthread_kill)(thread, mips_signum);
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
_pth.h 199 * These platforms don't have pthread_kill()
202 #define pthread_kill(thread, sig) ENOSYS macro
  /external/chromium_org/third_party/mesa/src/include/GL/
vms_x_fix.h 1039 #define pthread_kill macro
    [all...]
  /external/mesa3d/include/GL/
vms_x_fix.h 1039 #define pthread_kill macro
    [all...]

Completed in 368 milliseconds