Skip to content

Exposing safe syscalls to leverage the Linux PREEMPT_RT patch (Real Time Linux) #1260

Open
@reneherrero

Description

@reneherrero

Hi,

I'm trying to leverage the Linux PREEMPT_RT patch with Rust to run some real-time(ish) tasks and found that much of what's needed is absent in this crate.

The closest I was able to find is using unsafe methods in libc as such: https://gist.github.com/reneherrero/0cf788a148a43167d910c5c0109823f6

Here's an example of how you would do it in C: https://wiki.linuxfoundation.org/realtime/documentation/howto/applications/application_base

Should this be in scope here?

Thanks,

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions