简体   繁体   中英

Emulate pthread_kill with C++ threads

How can I go about emulating the pthread_kill() function with C++ threads? I asked a question about this earlier but there was no response to it. Will the thread::native_handle() function help here?

因此,此问题的答案是依赖于平台相关的功能,并通过pthread_kill()使用std::thread::native_handle

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM