⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

Module sync

Module sync 

Source
Expand description

Synchronous IPC implementation

Provides blocking send/receive operations with direct handoff between processes.

Structs§

SyncIpcStats
Statistics for synchronous IPC
SyncStatsSummary

Functions§

get_sync_stats
Get synchronous IPC statistics
sync_call
Call operation (send and wait for reply)
sync_receive
Synchronous message receive
sync_reply
Reply to a previous call
sync_send
Synchronous message send