[−][src]Type Definition sunrise_libkern::IpcBuffer
type IpcBuffer = [u8; 256];
Buffer used for Inter Process Communication. Kernel reads, interprets, and copies data from/to it.
Found in the TLS of every thread.
type IpcBuffer = [u8; 256];
Buffer used for Inter Process Communication. Kernel reads, interprets, and copies data from/to it.
Found in the TLS of every thread.