[Mono-dev] Profiler: ThreadStart/ThreadEnd

Alex Rønne Petersen alex at alexrp.com
Sun May 29 17:03:59 UTC 2016


Yes, this is guaranteed. We make the same assumption in Mono's own log
profiler to do cleanup.

Regards,
Alex

On Sun, May 29, 2016 at 3:28 PM, Greg Young <gregoryyoung1 at gmail.com> wrote:
> From running and testing it seems that Start/End are called on the
> thread in question. Can I assume this to be the case in the future?
> Basically I have some thread clean up work I would like to do in
> ThreadEnd and would prefer to just be able to do it here. Are there
> some situations where ThreadStart/ThreadEnd might be called on from a
> thread that is not the target thread?
> --
> Studying for the Turing test
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list


More information about the Mono-devel-list mailing list