Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » How to set realtime priority?
How to set realtime priority? [message #852195] Sat, 21 April 2012 19:34
Paul DeRocco is currently offline Paul DeRoccoFriend
Messages: 22
Registered: April 2012
Junior Member
I'm writing a sound synthesizer app which will eventually run as a service under the root user, so that the sound generation thread can run at the highest priority on one of the cores. What's the easiest way to give my program permission to call setpriority(..., -20) while debugging under Eclipse? I don't care if it's something I do inside Eclipse, something I do before running Eclipse, or something I include in my program. Obviously, I'm the admin of my machine. (I'm running under the latest Ubuntu.)
Previous Topic:eclipse qt integration
Next Topic:Problem with Eclipse. Program 'gcc' is not found in $path
Goto Forum:
  


Current Time: Thu Apr 25 13:48:26 GMT 2024

Powered by FUDForum. Page generated in 0.03447 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top