Documentation Home
>
多线程编程指南
>
第 8 章 Solaris 线程编程
>
相似的 Solaris 线程函数
>
向线程发送信号
> thr_kill 语法
多线程编程指南
Previous
: 停止执行线程
Next
: thr_kill 返回值
thr_kill
语法
#include <thread.h> #include <signal.h> int thr_kill(thread_t
target_thread
, int
sig
);
Previous
: 停止执行线程
Next
: thr_kill 返回值
© 2010, Oracle Corporation and/or its affiliates