Questions tagged [lxrt]

Short for RTAI LXRT. Synonym with RTAI. Real-time extension of the Linux Kernel.

RTAI LXRT is a modification to the Linux kernel that allows real-time threads to be run.

2 questions
1
vote
1 answer

Should I join a thread that has been killed?

I have many joinable threads that at some point need to all stop. The threads are pthread, but are created through RTAI's user-space interface (never mind the RTAI though). For each thread I have a variable that I can set to tell them to quit. So…
Shahbaz
  • 46,337
  • 19
  • 116
  • 182
0
votes
1 answer

How do you detect whether the calling thread of a function is already RTAI real-time?

I am working on a big project that uses RTAI both in kernel and user spaces. I won't get into the details of the project, but here is briefly where a problem arises. In user-space, my project provides a library used by other people to write some…
Shahbaz
  • 46,337
  • 19
  • 116
  • 182