process: Switch to common cutils sched_policy api
Signed-off-by: San Mehat <san@google.com>
This commit is contained in:
parent
7089ab8b38
commit
f4d57661be
|
@ -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 *);
|
||||
|
||||
|
|
Loading…
Reference in New Issue