/titanic_41/usr/src/lib/libc/port/gen/ |
H A D | raise.c | 46 if ((error = thr_kill(thr_self(), sig)) != 0) { in raise()
|
/titanic_41/usr/src/cmd/vntsd/ |
H A D | vntsd.c | 94 (void) thr_kill(vntsdp->tid, sig); in exit_sig_handler() 148 (void) thr_kill(tmop->tid, SIGALRM); in chk_timeout() 673 (void) thr_kill(vntsdp->tid, SIGUSR1); in vntsd_vcc_err()
|
H A D | vntsdvcc.c | 60 (void) thr_kill(clientp->cons_tid, SIGUSR1); in vntsd_notify_client_cons_del() 117 (void) thr_kill(consp->wr_tid, SIGUSR1); in cleanup_cons() 258 (void) thr_kill(groupp->listen_tid, SIGUSR1); in vntsd_clean_group()
|
H A D | write.c | 201 (void) thr_kill(clientp->cons_tid, NULL); in write_one_client()
|
H A D | listen.c | 108 (void) thr_kill(groupp->vntsd->tid, SIGUSR1); in listen_chk_status()
|
H A D | console.c | 462 (void) thr_kill(consp->wr_tid, SIGUSR1); in connect_cons()
|
/titanic_41/usr/src/head/ |
H A D | thread.h | 79 extern int thr_kill(thread_t, int);
|
/titanic_41/usr/src/lib/libfakekernel/common/ |
H A D | thread.c | 99 (void) thr_kill(tid, sig); in tsignal()
|
/titanic_41/usr/src/cmd/cdrw/ |
H A D | trackio.c | 553 if (thr_kill(pc_thread, 0) == 0) { in write_track() 563 if (thr_kill(tio_thread, 0) == 0) { in write_track()
|
/titanic_41/usr/src/lib/libc/inc/ |
H A D | libc.h | 65 extern int thr_kill(thread_t tid, int sig);
|
/titanic_41/usr/src/cmd/dcs/sparc/sun4u/ |
H A D | dcs_ses.c | 260 if (thr_kill(ses_id, SIGINT) != 0) { in ses_abort()
|
/titanic_41/usr/src/cmd/fs.d/cachefs/cfsd/ |
H A D | cfsd_fscache.c | 647 xx = thr_kill(fscache_object_p->i_threadid, SIGUSR1); in fscache_simdisconnect() 723 xx = thr_kill(fscache_object_p->i_threadid, SIGUSR1); in fscache_unmount()
|
/titanic_41/usr/src/cmd/ldapcachemgr/ |
H A D | cachemgr_change.c | 284 if (thr_kill(chg_main_nscd.tid, 0) == 0) { in chg_get_statusChange()
|
/titanic_41/usr/src/lib/libpthread/common/ |
H A D | mapfile-vers | 234 thr_kill { TYPE = FUNCTION };
|
/titanic_41/usr/src/lib/libthread/common/ |
H A D | mapfile-vers | 286 thr_kill { TYPE = FUNCTION };
|
/titanic_41/usr/src/lib/c_synonyms/ |
H A D | syn_common | 898 thr_kill
|
/titanic_41/usr/src/cmd/truss/ |
H A D | main.c | 188 (void) thr_kill(lwpid, interrupt); in broadcast_signals() 195 (void) thr_kill(lwpid, SIGUSR1); in broadcast_signals() 202 (void) thr_kill(lwpid, SIGUSR2); in broadcast_signals()
|
/titanic_41/usr/src/lib/libc/port/threads/ |
H A D | thr.c | 2186 #pragma weak pthread_kill = thr_kill 2187 #pragma weak _thr_kill = thr_kill 2189 thr_kill(thread_t tid, int sig) in thr_kill() function
|
/titanic_41/usr/src/cmd/rcm_daemon/common/ |
H A D | rcm_lock.c | 1617 if ((err = thr_kill(polllist.poll_tid, SIGUSR1)) == 0) in stop_polling_thread()
|
/titanic_41/usr/src/cmd/picl/plugins/sun4v/snmp/ |
H A D | snmpplugin.c | 401 (void) thr_kill(tree_builder_thr_id, SIGUSR1); in snmpplugin_fini()
|
/titanic_41/usr/src/lib/libc/port/aio/ |
H A D | aio.c | 856 (void) thr_kill(aiowp->work_tid, SIGAIOCANCEL); in _aio_cancel_req()
|
/titanic_41/usr/src/lib/libc/port/ |
H A D | mapfile-vers | 1627 thr_kill;
|
/titanic_41/usr/src/man/man3c/ |
H A D | Makefile | 460 thr_kill.3c \
|
/titanic_41/usr/src/cmd/zonestat/zonestatd/ |
H A D | zonestatd.c | 4646 (void) thr_kill(g_main, SIGINT); in stat_thread()
|
/titanic_41/usr/src/pkg/manifests/ |
H A D | system-library.man3c.inc | 455 file path=usr/share/man/man3c/thr_kill.3c
|