Subject: [Threads-devel] boost::thread is thread safe
From: Gaetano Mendola (mendola_at_[hidden])
Date: 2012-12-04 11:47:23


Is it safe to perform:

boost::thread::interrupt and boost::thread::timed_join

concurrently ?

I have random rare crashes (core dump) while perforiming
a timed_join on an already interrupted thread.

Regards
Gaetano Mendola