Searched refs:pthread_kill (Results 1 - 25 of 25) sorted by relevance

/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
H A Dpthread_getschedparam.c48 result = pthread_kill (thread, 0);
H A Dpthread_kill.c2 * pthread_kill.c
5 * This translation unit implements the pthread_kill routine.
49 pthread_kill (pthread_t thread, int sig) function
105 } /* pthread_kill */
H A Dpthread_setschedparam.c48 result = pthread_kill (thread, 0);
H A Dpthread_cancel.c104 result = pthread_kill (thread, 0);
H A DMakefile203 pthread_kill.obj \
265 pthread_kill.c \
H A Dpthread.h1160 PTW32_DLLPORT int PTW32_CDECL pthread_kill(pthread_t thread, int sig);
/external/compiler-rt/test/tsan/
H A Dsignal_errno.cc20 pthread_kill(mainth, SIGPROF);
/external/valgrind/main/none/tests/
H A Dpth_blockedsig.c23 if (pthread_kill (main_thread, SIGUSR1) != 0)
24 fprintf (stderr, "error doing pthread_kill\n");
/external/qemu/distrib/sdl-1.2.15/src/thread/pthread/
H A DSDL_systhread.c118 pthread_kill(thread->handle, SIGKILL);
/external/qemu/distrib/sdl-1.2.15/src/thread/riscos/
H A DSDL_systhread.c140 pthread_kill(thread->handle, SIGKILL);
/external/valgrind/main/drd/tests/
H A Dsigalrm.c84 pthread_kill(threadid, SIGALRM);
/external/libunwind/tests/
H A DGtest-concurrent.c79 pthread_kill (pthread_self (), SIGUSR1);
/external/chromium_org/third_party/libjingle/source/talk/examples/call/
H A Dconsole.cc80 pthread_kill(console_thread_->GetPThread(), SIGUSR1);
/external/chromium_org/native_client_sdk/src/libraries/third_party/newlib-extras/sys/
H A Dsignal.h170 int _EXFUN(pthread_kill, (pthread_t thread, int sig));
/external/lldb/test/functionalities/thread/concurrent_events/
H A Dmain.cpp79 pthread_kill(pthread_self(), SIGUSR1);
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
H A D_pth.h199 * These platforms don't have pthread_kill()
202 #define pthread_kill(thread, sig) ENOSYS macro
/external/llvm/lib/Support/Unix/
H A DSignals.inc368 return pthread_kill(pthread_self(), sig);
/external/chromium_org/v8/src/
H A Dsampler.cc706 pthread_kill(platform_data()->vm_tid(), SIGPROF);
/external/chromium_org/v8/test/cctest/
H A Dtest-log.cc149 void SendSigProf() { pthread_kill(self_, SIGPROF); }
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors.cc1874 TSAN_INTERCEPTOR(int, pthread_kill, void *tid, int sig) {
1875 SCOPED_TSAN_INTERCEPTOR(pthread_kill, tid, sig);
1882 int res = REAL(pthread_kill)(tid, sig);
2369 TSAN_INTERCEPT(pthread_kill);
/external/chromium_org/third_party/mesa/src/include/GL/
H A Dvms_x_fix.h1039 #define pthread_kill PTHREAD_KILL macro
/external/mesa3d/include/GL/
H A Dvms_x_fix.h1039 #define pthread_kill PTHREAD_KILL macro
/external/stressapptest/src/
H A Dworker.cc361 return (pthread_kill(thread_, SIGINT) == 0);
/external/bison/
H A Dconfigure16469 # Test for libpthread by looking for pthread_kill. (Not pthread_self,
16474 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_kill in -lpthread" >&5
16475 $as_echo_n "checking for pthread_kill in -lpthread... " >&6; }
16490 char pthread_kill ();
16494 return pthread_kill ();
16527 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_kill in -lpthread" >&5
16528 $as_echo_n "checking for pthread_kill in -lpthread... " >&6; }
16543 char pthread_kill ();
16547 return pthread_kill ();
16571 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_kill i
[all...]
H A Dmaint.mk608 bsd_signal kill killpg pthread_kill pthread_sigmask raise sigaction \

Completed in 485 milliseconds