commit | b6396048331a4395922a23fc170b51e98be7002e | [log] [tgz] |
---|---|---|
author | Chris Friedt <cfriedt@tenstorrent.com> | Wed May 22 16:51:41 2024 -0400 |
committer | David Leach <david.leach@nxp.com> | Tue Jun 04 16:27:12 2024 -0500 |
tree | 9b82c0974605d5de0b0f0379e602758b94ec74db | |
parent | bc4374b5fe526b9fbadbc2a51860d9d514dae80c [diff] |
posix: deprecate PTHREAD_BARRIER for POSIX_BARRIERS The standard specifies _POSIX_BARRIERS as an Option so let's use CONFIG_POSIX_BARRIERS for consistence. This change deprecates CONFIG_PTHREAD_BARRIER. Users should instead choose CONFIG_POSIX_BARRIERS. Signed-off-by: Chris Friedt <cfriedt@tenstorrent.com>