Indirectly. What's stored in the Continuation is a shared pointer to the Mutex. That shared pointer is destructed by TSContDestroy which may in turn destruct the Mutex (or not, if there are still references to it).
On Mon, Mar 19, 2018 at 12:56 PM, Walt Karas <wka...@oath.com.invalid> wrote: > I'm pretty sure TSContDestroy() also destroys any mutex for the > continuation. (Per our other discussion, I got exasperated trying to > make sure of this looking through the code with just vi.) > >