libroot: Add prototypes for __{get,set}_scheduler_mode
This commit is contained in:
parent
39f6ced055
commit
53aac05ee5
@ -32,6 +32,9 @@ static struct {
|
||||
{(uint32)-1, -1}
|
||||
};
|
||||
|
||||
status_t __set_scheduler_mode(int32 mode);
|
||||
int32 __get_scheduler_mode(void);
|
||||
|
||||
|
||||
int32
|
||||
suggest_thread_priority(uint32 what, int32 period, bigtime_t jitter,
|
||||
|
Loading…
Reference in New Issue
Block a user