pthread_cond_init can take a second param that's a pthread_condattr_t. I didn't handle that in the initial patch for #85282 because of #88581. Once #88581 is fixed, this should be revisited.
[pthread_cond_init](https://pubs.opengroup.org/onlinepubs/7908799/xsh/pthread_cond_destroy.html) can take a second param that's a pthread_condattr_t. I didn't handle that in the initial patch for #85282 because of #88581. Once #88581 is fixed, this should be revisited.
pthread_cond_init can take a second param that's a pthread_condattr_t. I didn't handle that in the initial patch for #85282 because of #88581. Once #88581 is fixed, this should be revisited.