MCPcopy Create free account
hub / github.com/TheHPXProject/hpx / interrupt

Method interrupt

libs/core/threading/src/thread.cpp:231–234  ·  view source on GitHub ↗

extensions

Source from the content-addressed store, hash-verified

229
230 // extensions
231 void thread::interrupt(bool flag)
232 {
233 threads::interrupt_thread(native_handle(), flag);
234 }
235
236 bool thread::interruption_requested() const
237 {

Calls 2

native_handleFunction · 0.85
interrupt_threadFunction · 0.50