https://github.com/Pithikos/C-Thread-Pool/blob/4eb5a69a439f252d2839af16b98d94464883dfa5/thpool.c#L176 I thing you meant to write: ``` pthread_cond_init(&(thpool_p->threads_all_idle), NULL); ```
C-Thread-Pool/thpool.c
Line 176 in 4eb5a69
I thing you meant to write: