<table border="1" cellspacing="0" cellpadding="8">
    <tr>
        <th>Issue</th>
        <td>
            <a href=https://github.com/llvm/llvm-project/issues/88581>88581</a>
        </td>
    </tr>

    <tr>
        <th>Summary</th>
        <td>
            [libc][POSIX][pthreads] support for pthread_condattr_*
        </td>
    </tr>

    <tr>
      <th>Labels</th>
      <td>
            enhancement,
            libc
      </td>
    </tr>

    <tr>
      <th>Assignees</th>
      <td>
      </td>
    </tr>

    <tr>
      <th>Reporter</th>
      <td>
          nickdesaulniers
      </td>
    </tr>
</table>

<pre>
    https://pubs.opengroup.org/onlinepubs/7908799/xsh/pthread.h.html mentions:

int [pthread_condattr_destroy](https://pubs.opengroup.org/onlinepubs/7908799/xsh/pthread_condattr_destroy.html)(pthread_condattr_t *);
int [pthread_condattr_getpshared](https://pubs.opengroup.org/onlinepubs/7908799/xsh/pthread_condattr_getpshared.html)(const pthread_condattr_t *, int *);
int [pthread_condattr_init](https://pubs.opengroup.org/onlinepubs/7908799/xsh/pthread_condattr_init.html)(pthread_condattr_t *);
int [pthread_condattr_setpshared](https://pubs.opengroup.org/onlinepubs/7908799/xsh/pthread_condattr_setpshared.html)(pthread_condattr_t *, int);

would have been helpful maybe for #85282
</pre>
<img width="1px" height="1px" alt="" src="http://email.email.llvm.org/o/eJy0lEFvnDAQhX_NcLGCYMDBHDhks0LqqZV66S0y9rB267WRbdLm31eQlRI1bdRD9mJAtt9876EZmZI9eaIB-AH4sZBrNiEO3qofmpJcnbcUUzEF_TSYnJcEzR3gCDgu65TKsJA_xbAuZYgnwDF4Zz1tW4Bj11ei63vA8Vcy241sIkldmtLks2Nn8tkGvytWR6guq_WZAT9cDj-o4LXMOT5oSjmGJ-BHQPFBKG_UdzLAHlC8OZIZ4N221xzeJz1RXpKRkfSVYF8KvOJVwafM_kV9z3ba_zNgvc1XQt-kPyTkdO2Q099Cfjfe19jP68-wOs2MfCQ2EXlmyC3z6thZPk3E5hAZYCM4Ciz00Oi-6WVBQ93V2POuFqIwg6KK96rqSHCUUnWqo5765raRs9ZS88IOWGFbtTVijbcoyrqlaZ5v507MqkXVQlvRWVpXOvd43qIobEorDUJwURdOTuTS3v6I5I30irbOBETAe0B0dlLbBz8Wcdgkbqb1lKCtnE05vYhmm90-RvYL_Aj88OXz10_fnl8vwSXgR5bWZQkx7_7fBAp4V6zR_TFsTjabdSpVOAOOW8nL42aJ4TupDDjuprY_u_v6HQAA__8nDJkS">