Function rustix::process::set_time_stamp_counter_readability

source ·
pub fn set_time_stamp_counter_readability(
    readability: TimeStampCounterReadability,
) -> Result<()>
Expand description

Set the state of the flag determining if the timestamp counter can be read by the process.

§References