Boost logo

Boost Users :

From: Ruediger Berlich (ruediger.berlich_at_[hidden])
Date: 2008-07-20 16:39:51


Hi there,
just a short question:

http://www.boost.org/doc/libs/1_35_0/doc/html/thread/thread_management.html#interruption_points

lists the following interruption points:

    * boost::thread::join()
    * boost::thread::timed_join()
    * boost::condition_variable::wait()
    * boost::condition_variable::timed_wait()
    * boost::condition_variable_any::wait()
    * boost::condition_variable_any::timed_wait()
    * boost::thread::sleep()
    * boost::this_thread::sleep()
    * boost::this_thread::interruption_point()

Is (and if so: why is) a lock on a mutex no interruption point ?

Thanks and Best Regards,
Ruediger


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net