~ubuntu-branches/ubuntu/lucid/ecasound2.2/lucid

« back to all changes in this revision

Viewing changes to kvutils/kvu_rtcaps.h

  • Committer: Bazaar Package Importer
  • Author(s): Junichi Uekawa
  • Date: 2005-04-14 09:15:48 UTC
  • Revision ID: james.westby@ubuntu.com-20050414091548-o7kgb47z0tcunh0s
Tags: upstream-2.4.1
ImportĀ upstreamĀ versionĀ 2.4.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef INCLUDED_KVU_RTCAPS_H
 
2
#define INCLUDED_KVU_RTCAPS_H
 
3
 
 
4
bool kvu_check_for_sched_fifo(void);
 
5
bool kvu_check_for_sched_rr(void);
 
6
bool kvu_check_for_mlockall(void);
 
7
int kvu_set_thread_scheduling(int policy, int priority);
 
8
 
 
9
#endif /* INCLUDED_KVU_RTCAPS_H */