process: Switch to common cutils sched_policy api

Signed-off-by: San Mehat <san@google.com>
This commit is contained in:
San Mehat 2009-09-12 10:10:37 -07:00 committed by Alex Ray
parent 7089ab8b38
commit f4d57661be
1 changed files with 0 additions and 5 deletions

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 *);