Skip to content

Missing a parethesis #133

@onlycparra

Description

@onlycparra

pthread_cond_init(&thpool_p->threads_all_idle, NULL);

I thing you meant to write:

pthread_cond_init(&(thpool_p->threads_all_idle), NULL); 

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