zephyr/include/zephyr/posix
Chris Friedt d6db75640d posix: barrier: remove deprecated and non-std declaration macro
Remove the deprecated macro PTHREAD_BARRIER_DEFINE().

This was deprecated prior to v3.4.0 and technically should have
been removed prior to v3.6.0.

Users should instead use the standard POSIX call,
pthread_barrier_init() to initialize a pthread_barrier_t.

Signed-off-by: Chris Friedt <cfriedt@tenstorrent.com>
2024-05-08 12:02:05 +02:00
..
arpa posix: convert static inline functions to library functions 2024-04-02 21:01:33 -04:00
net posix: net: Add ARP header types to if_arp.h 2024-04-04 17:02:11 +02:00
netinet include: posix: add c++ extern scope 2023-01-23 09:57:31 -08:00
sys posix: convert static inline functions to library functions 2024-04-02 21:01:33 -04:00
aio.h posix: add stubs for asynchronous io 2024-04-29 11:02:11 +02:00
dirent.h headers: posix/dirent: Drop extern attr from functions 2023-10-30 12:51:04 -04:00
fcntl.h include: posix: add c++ extern scope 2023-01-23 09:57:31 -08:00
fnmatch.h posix: fnmatch: correct (many) compliance issues 2023-03-03 17:40:14 +09:00
mqueue.h posix: Add implementation of mq_notify() function 2024-01-25 19:47:37 +01:00
netdb.h posix: convert static inline functions to library functions 2024-04-02 21:01:33 -04:00
poll.h posix: convert static inline functions to library functions 2024-04-02 21:01:33 -04:00
posix_types.h posix: mutexattr: improvements for pthread_mutexattr_t 2024-02-27 06:11:03 -05:00
pthread.h posix: barrier: remove deprecated and non-std declaration macro 2024-05-08 12:02:05 +02:00
sched.h posix: sched: Implement sched_rr_get_interval 2024-02-02 12:42:50 +01:00
semaphore.h posix: semaphore: implement sem_open(), sem_unlink() & sem_close() 2024-01-10 07:18:19 -05:00
signal.h posix: signal: reduce padding in sigevent sigval 2024-01-22 06:48:55 -05:00
stropts.h posix: Implement isastream 2024-04-13 20:23:34 -04:00
syslog.h posix: syslog: add support for syslog 2024-02-29 02:45:01 -05:00
time.h posix: clock: implement clock_getres() 2024-03-22 16:19:27 -04:00
unistd.h doc: posix: add links and make minor corrections 2024-05-07 21:22:56 -04:00