haiku/headers/private/system
Augustin Cavalier f3f347f90d kernel & libroot: Drop wait_for_thread syscall in favor of wait_for_thread_etc.
We don't have many etc and non-etc syscall pairs in this file
(the semaphores seem to be a notable exception), so drop
wait_for_thread and just call wait_for_thread_etc instead.

This breaks syscall ABI, but we've already broken it since beta5
anyway.
2025-01-15 14:52:15 -05:00
..
arch riscv64/mmu: use struct bitfield for flags and std::atomic 2023-09-25 15:50:59 +00:00
posix
architecture_private.h
commpage_defs.h
computed_asm_macros.h
convertutf.h
ddm_userland_interface_defs.h add physical_block_size field where applicable 2022-09-23 06:56:01 +00:00
device_manager_defs.h
directories.h
disk_device_types.h
elf_private.h
event_queue_defs.h kernel: Add event queue implementation to wait for objects efficiently. 2023-07-29 15:53:15 +00:00
extended_system_info_defs.h
find_directory_private.h
generic_syscall_defs.h
image_defs.h
node_monitor_private.h
pe_common.h
random_defs.h libs/bsd: Implement getentropy(2). 2023-08-29 19:42:27 +00:00
real_time_data.h
safemode_defs.h x86: Implement PAT support for memory type configuration. 2024-09-17 20:45:28 +00:00
scheduler_defs.h
signal_defs.h
spinlock_contention.h kernel: Rewrite B_DEBUG_SPINLOCK_CONTENTION. 2023-09-23 18:41:04 +00:00
symbol_versioning.h
symbol_visibility.h Introduce symbol_visibility.h with macros to define hidden functions 2021-10-09 15:03:36 +02:00
syscall_clock_info.h POSIX: add pthread_getcpuclockid() 2024-12-17 09:45:13 +00:00
syscall_load_image.h
syscall_process_info.h
syscalls.h kernel & libroot: Drop wait_for_thread syscall in favor of wait_for_thread_etc. 2025-01-15 14:52:15 -05:00
system_info.h kernel: add frequency in cpu_info 2021-11-22 07:20:25 +00:00
system_profiler_defs.h profiler: Actually support profiling user stack frames only. 2024-07-16 20:37:40 -04:00
thread_defs.h kernel: Introduce THREAD_BLOCK_TYPE_OTHER_OBJECT. 2023-04-26 15:33:53 -04:00
tls.h libs/posix: Implemented new locale functions 2022-07-11 16:30:16 +00:00
user_mutex_defs.h user_mutex_defs: Add note that the flags area is shared with timeout flags. 2023-06-19 16:40:33 -04:00
user_runtime.h system/kernel: Increase MAX_PROCESS_ARGS_SIZE; fixes #17612 2022-02-23 17:36:54 +00:00
user_thread_defs.h
user_timer_defs.h
vfs_defs.h
vm_defs.h Cleanup: Various comment and whitespace fixes. 2020-08-01 19:23:27 +00:00