Skip to content

pthread_mutex_unlock #1

Open
Open
@ghost

Description

What alternatives could be used to the pthreads mutex, and how exactly is this pthread_mutex_unlock achieves its end goal.

I'm aware of the Unix method of Mutex, another solution could be to have a heap allocated to each CPU Core, which would be ideal if each core was assigned to a different task.

Would hyper-threading cause any unforeseen issues in such an implementation though I wonder?

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