zephyr/lib/os
Christopher Friedt 12ea06cac2 posix: fdtable: ensure stdin, stdout, and stderr are initialized
Ensure that stdin, stdout, and stderr are initialized statically.

Previously, the mutex and condition variable were uninitialized.

Signed-off-by: Christopher Friedt <cfriedt@meta.com>
2023-10-13 04:48:47 -04:00
..
CMakeLists.txt
Kconfig kconfig: Remove MP_NUM_CPUS usage 2023-10-03 17:45:53 +01:00
Kconfig.cbprintf
Kconfig.heap kernel: Integrate object core statistics 2023-09-30 08:04:14 +03:00
assert.c
base64.c
bitarray.c
cbprintf.c
cbprintf_complete.c
cbprintf_nano.c
cbprintf_packaged.c
dec.c
fdtable.c posix: fdtable: ensure stdin, stdout, and stderr are initialized 2023-10-13 04:48:47 -04:00
heap-validate.c
heap.c
heap.h
heap_listener.c
hex.c
json.c
mem_blocks.c kernel: Integrate object core statistics 2023-09-30 08:04:14 +03:00
mpsc_pbuf.c
multi_heap.c
mutex.c
notify.c
onoff.c
p4wq.c
poweroff.c
printk.c llext: Linkable loadable extensions 2023-09-29 20:50:38 -04:00
rb.c
reboot.c
ring_buffer.c
sem.c
shared_multi_heap.c
spsc_pbuf.c
thread_entry.c random: Rename random header 2023-10-10 14:23:50 +03:00
timeutil.c
user_work.c
utf8.c
winstream.c