Skip to content

The thread:alive() method may not work #22

Open
@javalikescript

Description

@javalikescript

Depending on the pthread implementation, the thread:alive() method may not work.

Existing implementations vary on the result of a pthread_kill() with a thread ID indicating an inactive thread (a terminated thread that has not been detached or joined). Some indicate success on such a call, while others give an error of [ESRCH].

The glibc seems to return success since 2.34

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions