On Tue, Oct 14, 2008 at 03:30:29PM -0500, Maduike, Dumezie wrote:
> Hello everyone.
> 
> Also, does anyone know how the real-time scheduling feature is implemented or 
> works.


Depending on what's available on your system, it uses either
pthread_setschedparam or sched_setscheduler.  See their man pages for
details on what they do.  Our code is in gruel/src/lib/realtime.cc

Eric


_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to