Merge change 24841 into eclair
* changes: process: Switch to common cutils sched_policy api
This commit is contained in:
commit
25c118e7e1
@ -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
Block a user