diff options
author | Android (Google) Code Review <android-gerrit@google.com> | 2009-09-14 18:31:39 -0400 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2009-09-14 18:31:39 -0400 |
commit | 25c118e7e1d32f1565820de18604540164445c11 (patch) | |
tree | 6d9864def3b37fdfc665b1e6cc45036806f4b67b | |
parent | e2a605ee352ddd21bd886ff0155cf996ac1cf8d8 (diff) | |
parent | c101e04abb2c3bf4f48b185b454e94fade223653 (diff) | |
download | frameworks_native-25c118e7e1d32f1565820de18604540164445c11.zip frameworks_native-25c118e7e1d32f1565820de18604540164445c11.tar.gz frameworks_native-25c118e7e1d32f1565820de18604540164445c11.tar.bz2 |
Merge change 24841 into eclair
* changes:
process: Switch to common cutils sched_policy api
-rw-r--r-- | include/utils/threads.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/utils/threads.h b/include/utils/threads.h index f5304f7..0fc533f 100644 --- a/include/utils/threads.h +++ b/include/utils/threads.h @@ -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 *); |