Name

sched_get_priority_max, sched_get_priority_min
- get static priority range

Library

libc.lib

Synopsis

  #include <sched.h>
  int sched_get_priority_max (int policy);
  int sched_get_priority_min (int policy);

Return values

The call would always be succesfull, and would always return a absolute maximum or minimum value.

Detailed description

The sched_get_priority_max and sched_get_priority_min system calls return the appropriate maximum or minimum priority, respectively.

It should be noted that as the symbian platform does not support monitoring functions, current implementation returns absolute maximum or minimum value independent of the requested policy.


Errors

No error value is set.

Feedback

For additional information or queries on this page send feedback

© 2008 Nokia Corporation. All rights reserved. This documentation can be used in the connection with this Product to help and support the user.

Top