-
Notifications
You must be signed in to change notification settings - Fork 634
Open
Description
Line 176 in 4eb5a69
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
Labels
No labels