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

/macosx-10.9.5/dcerpc-58/dcerpc/libdcethread/
H A Ddcethread_kill.c91 return dcethread__set_errno(pthread_kill(thread->pthread, sig));
H A Ddcethread-private.c168 pthread_kill(thread->pthread, INTERRUPT_SIGNAL);
/macosx-10.9.5/ruby-104/ruby/symbian/
H A Dmissing-pips.c15 int pthread_kill(pthread_t thread, int sig);
37 int pthread_kill(pthread_t thread, int sig) function
/macosx-10.9.5/Libc-997.90.3/stdlib/FreeBSD/
H A Dabort.c78 /* <rdar://problem/7397932> abort() should call pthread_kill to deliver a signal to the aborting thread
91 (void)pthread_kill(pthread_self(), SIGABRT);
115 /* <rdar://problem/7397932> abort() should call pthread_kill to deliver a signal to the aborting thread
128 (void)pthread_kill(pthread_self(), SIGABRT);
/macosx-10.9.5/Libc-997.90.3/include/
H A Dsignal.h96 int pthread_kill(pthread_t, int);
/macosx-10.9.5/emacs-92/emacs/src/
H A Dsyssignal.h224 pthread_kill (main_thread, signo); \
/macosx-10.9.5/JavaScriptCore-7537.78.1/heap/
H A DMachineStackMarker.cpp273 pthread_kill(platformThread, SigThreadSuspendResume);
286 pthread_kill(platformThread, SigThreadSuspendResume);
/macosx-10.9.5/ntp-88/lib/isc/unix/
H A Dapp.c579 result = pthread_kill(main_thread, SIGTERM);
583 "isc_app_shutdown() pthread_kill: %s",
621 result = pthread_kill(main_thread, SIGHUP);
625 "isc_app_reload() pthread_kill: %s",
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/libldap_r/
H A Dthr_posix.c34 #include <signal.h> /* For pthread_kill() */
204 /* MacOS 10.1 is detected as v10 but has no pthread_kill() */
205 return ERRVAL( pthread_kill( thread, signo ) );
/macosx-10.9.5/bind9-45.100/bind9/lib/isc/unix/
H A Dapp.c736 result = pthread_kill(main_thread, SIGTERM);
741 "pthread_kill: %s",
792 result = pthread_kill(main_thread, SIGHUP);
797 "pthread_kill: %s",
/macosx-10.9.5/llvmCore-3425.0.33/lib/Support/Unix/
H A DSignals.inc345 return pthread_kill(pthread_self(), sig);
/macosx-10.9.5/apache-786.1/httpd/server/mpm/worker/
H A Dworker.c262 pthread_kill(*listener_os_thread, LISTENER_SIGNAL);
1073 pthread_kill(*listener_os_thread, 0)
1102 pthread_kill(*worker_os_thread, WORKER_SIGNAL);
/macosx-10.9.5/dcerpc-58/dcerpc/include/dce/
H A Ddcethread.h656 #define pthread_kill ($ ERROR $) macro
/macosx-10.9.5/apache-786.1/httpd/server/mpm/experimental/event/
H A Devent.c288 pthread_kill(*listener_os_thread, LISTENER_SIGNAL);
1339 pthread_kill(*listener_os_thread, 0)
/macosx-10.9.5/ruby-104/ruby/
H A Dthread_pthread.c1114 pthread_kill(th->thread_id, SIGVTALRM);
H A Dconfigure17030 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_kill in -l$pthread_lib" >&5
17031 $as_echo_n "checking for pthread_kill in -l$pthread_lib... " >&6; }
17046 char pthread_kill ();
17050 return pthread_kill ();
/macosx-10.9.5/apache-786.1/httpd/
H A Dconfigure16994 for ac_func in pthread_kill
16996 ac_fn_c_check_func "$LINENO" "pthread_kill" "ac_cv_func_pthread_kill"
17113 for ac_func in pthread_kill
17115 ac_fn_c_check_func "$LINENO" "pthread_kill" "ac_cv_func_pthread_kill"
H A Dconfigure.orig16998 for ac_func in pthread_kill
17000 ac_fn_c_check_func "$LINENO" "pthread_kill" "ac_cv_func_pthread_kill"
17117 for ac_func in pthread_kill
17119 ac_fn_c_check_func "$LINENO" "pthread_kill" "ac_cv_func_pthread_kill"
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/
H A Dconfigure24676 for ac_func in pthread_kill
[all...]

Completed in 311 milliseconds