Lock a ringbuffer data block into memory.
Uses the mlock() system call. This is not a realtime operation.
@param rb a pointer to the ringbuffer structure.
See Implementation
Lock a ringbuffer data block into memory.
Uses the mlock() system call. This is not a realtime operation.
@param rb a pointer to the ringbuffer structure.