Merge change 24841 into eclair

* changes:
  process: Switch to common cutils sched_policy api
This commit is contained in:
Android (Google) Code Review 2009-09-14 18:31:39 -04:00
commit 25c118e7e1

View File

@ -90,11 +90,6 @@ enum {
ANDROID_TGROUP_MAX = ANDROID_TGROUP_FG_BOOST,
};
typedef enum {
SP_BACKGROUND = 0,
SP_FOREGROUND = 1,
} SchedPolicy;
// Create and run a new thread.
extern int androidCreateThread(android_thread_func_t, void *);