Skip to content

When do thread-local dtors execute relative to thread blocked on "join"? #1488

@RalfJung

Description

@RalfJung

I just realized that currently, Miri unblocks threads joining on some other thread before running the TLS dtors of that thread. That seems odd to me, is that really the right semantics?

Cc @vakaras

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-concurrencyArea: affects our concurrency (multi-thread) support

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions