zephyr/include/zephyr
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
..
acpi
app_memory
arch arch: arm: cortex-r: Add compiler tuning for Cortex-R82 2024-05-07 17:57:05 -04:00
audio include/zephyr: Add 'version' and 'since' tag to groups 2024-03-19 13:13:45 +01:00
bluetooth Bluetooth: CAP: Commander Reception start procedure 2024-05-07 09:34:01 +02:00
canbus
console
crypto include/zephyr: Add 'version' and 'since' tag to groups 2024-03-19 13:13:45 +01:00
data
debug debug: stack: coding guidelines: cast unused arguments to void 2024-05-07 18:03:31 -04:00
devicetree devicetree: can: add support for getting CAN transceiver minimum bitrate 2024-03-12 10:43:36 +01:00
dfu
display
drivers drivers: ht16k33: convert from kscan to input 2024-05-06 14:53:36 +01:00
dsp include/zephyr: Add 'version' and 'since' tag to groups 2024-03-19 13:13:45 +01:00
dt-bindings drivers: pinctrl: Add pinctrl driver for Apollo3 SoCs 2024-05-07 18:57:19 +02:00
fs include/zephyr: Add 'version' and 'since' tag to groups 2024-03-19 13:13:45 +01:00
input input: add a paw32xx driver 2024-04-23 22:13:51 +00:00
internal arch: move arch_interface.h under zephyr/arch 2024-03-25 09:58:35 +00:00
ipc drivers: mbox: update MBOX consumers to the new API 2024-03-07 14:32:57 +00:00
kernel doc: various doxygen fixes 2024-04-30 12:00:58 +02:00
linker drivers: linker: added missing parenthesis 2024-05-08 11:59:35 +02:00
llext llext: fix llext_find_sym() not to return a "const" value 2024-04-16 09:06:49 +02:00
logging coding guidelines: comply with MISRA Rule 20.9 2024-05-01 10:52:54 -04:00
lorawan lorawan: add channels mask configuration. 2024-05-03 09:51:46 +02:00
math
mem_mgmt
mgmt mgmt: hawkbit: change the tls certificate tag 2024-05-06 22:50:44 +01:00
modbus
modem modem: chat: implement helper defines/structs 2024-04-24 15:00:10 -04:00
multi_heap
net net: Add IPv6 source address selection support 2024-05-06 22:50:18 +01:00
pm pm: device_runtime: add an access function to get the usage counter 2024-05-01 10:31:03 +02:00
portability
posix posix: barrier: remove deprecated and non-std declaration macro 2024-05-08 12:02:05 +02:00
random random: add sys_rand8/16/64_get() 2024-04-03 10:34:26 +02:00
retention include/zephyr: Add 'version' and 'since' tag to groups 2024-03-19 13:13:45 +01:00
rtio rtio: Use CONCAT in place of ## in macros 2024-04-26 16:22:20 +02:00
sd
sensing sensing: fix doxygen warnings 2024-04-30 14:32:24 -04:00
settings subsys/settings: add a function to save subtree 2024-05-01 22:56:19 +01:00
shell shell: add a callback-filter variant of shell_device_lookup 2024-04-30 19:30:15 -05:00
sip_svc
stats
storage storage/stream_flash: Document write flush as mandatory 2024-04-25 09:53:57 +00:00
sys include: sys: util: add note and test for NUM_VA_ARGS_LESS_1 2024-05-01 22:56:00 +01:00
task_wdt include/zephyr: Add 'version' and 'since' tag to groups 2024-03-19 13:13:45 +01:00
timing arch: move arch_interface.h under zephyr/arch 2024-03-25 09:58:35 +00:00
toolchain toolchain gcc: Provide a no UBSAN attribute macro 2024-04-22 03:48:32 -07:00
tracing
usb usb: device: Do not claim to be USB 3.2 device 2024-05-06 14:54:23 +01:00
usb_c include/zephyr: Add 'version' and 'since' tag to groups 2024-03-19 13:13:45 +01:00
xen
zbus zbus: doxygen reference to kconfig 2024-04-30 12:00:58 +02:00
bindesc.h bindesc: Add include zephyr/sys/util_macro.h 2024-03-26 10:06:31 -04:00
cache.h
device.h device.h: fix unbalanced initializer: ({ .pm_base = (pm_),)} 2024-05-03 07:29:26 -04:00
devicetree.h devicetree: Add DT/DT_INST_CHILD_NUM and DT/DT_INST_CHILD_NUM_STATUS_OKAY 2024-05-03 11:18:43 +02:00
fatal_types.h
fatal.h
init.h init.h: restore designated initializers in SYS_INIT_NAMED() 2024-03-12 15:12:37 -05:00
irq_multilevel.h
irq_nextlevel.h
irq_offload.h
irq.h
kernel_includes.h
kernel_structs.h sched: Remove multi-level queue priority limit 2024-03-12 19:37:40 -04:00
kernel_version.h
kernel.h Kernel: Fix comment for doc build. 2024-05-03 07:28:25 -04:00
shared_irq.h include: drivers: Add missing __subsystem tags 2024-05-03 14:44:41 +01:00
smf.h lib: smf: constant number of arguments for SMF_CREATE_STATE() 2024-05-07 17:46:21 +02:00
spinlock.h
sw_isr_table.h
sys_clock.h Revert "kernel: retrieve system timer clock frequency at runtime or static" 2024-05-06 14:52:29 +03:00
syscall.h
toolchain.h
types.h
zephyr.h