Kill Thread in Pthread Library

前端 未结 5 501
谎友^
谎友^ 2020-11-27 05:14

I use pthread_create(&thread1, &attrs, //... , //...); and need if some condition occured need to kill this thread how to kill this ?

5条回答
提交回复
热议问题