~marcustomlinson/dspatch/trunk

« back to all changes in this revision

Viewing changes to include/dspatch/DspThreadUnix.h

  • Committer: Marcus Tomlinson
  • Date: 2014-08-17 10:57:23 UTC
  • mfrom: (21.1.4 2.62)
  • Revision ID: marcus.tomlinson@canonical.com-20140817105723-qtm8qkmegbhqyldu
Merged v2.62

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
    HighPriority,
54
54
    HighestPriority,
55
55
 
56
 
    TimeCriticalPriority,
 
56
    TimeCriticalPriority
57
57
  };
58
58
 
59
59
  virtual void Start( Priority priority = NormalPriority )