当前位置: 技术问答>linux和unix
怎么停止一个线程?
来源: 互联网 发布时间:2015-05-12
本文导语: thr_create(NULL,NULL,EraseCache,(void*)Garbager,NULL,&tp); 创立线程时,得到了thread_t tp. main 大致是这样的 thr_create(); if( thr_kill( tp,SIGTERM ) == 0 ) cout
thr_create(NULL,NULL,EraseCache,(void*)Garbager,NULL,&tp);
创立线程时,得到了thread_t tp.
main 大致是这样的
thr_create();
if( thr_kill( tp,SIGTERM ) == 0 )
cout
创立线程时,得到了thread_t tp.
main 大致是这样的
thr_create();
if( thr_kill( tp,SIGTERM ) == 0 )
cout