summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSan Mehat <san@google.com>2009-09-12 10:10:37 -0700
committerSan Mehat <san@google.com>2009-09-12 10:48:03 -0700
commit242d65bf9faf1d2bc3468490e510551140e23462 (patch)
tree1486035602564a0657ecf0d915d4a2d4f15f9cba /include
parent9a0bf14c4f715a8ffa645c77c4c183dcfa3e31c8 (diff)
downloadframeworks_base-242d65bf9faf1d2bc3468490e510551140e23462.zip
frameworks_base-242d65bf9faf1d2bc3468490e510551140e23462.tar.gz
frameworks_base-242d65bf9faf1d2bc3468490e510551140e23462.tar.bz2
process: Switch to common cutils sched_policy api
Signed-off-by: San Mehat <san@google.com>
Diffstat (limited to 'include')
-rw-r--r--include/utils/threads.h5
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 *);