diff options
| author | San Mehat <san@google.com> | 2009-10-28 23:50:51 -0700 |
|---|---|---|
| committer | Android Git Automerger <android-git-automerger@android.com> | 2009-10-28 23:50:51 -0700 |
| commit | 5f64815d8a300f42262cf29538203051f3c16063 (patch) | |
| tree | 31c0285c65c618cb6c1e9e767546609a84109307 /include | |
| parent | ee1f829dd45a3a45fd0eb453b76a30cb99043be2 (diff) | |
| parent | 38b2ddc4a7cf1c47397af118a6d466d45f59da04 (diff) | |
| download | system_core-5f64815d8a300f42262cf29538203051f3c16063.tar.gz system_core-5f64815d8a300f42262cf29538203051f3c16063.tar.bz2 system_core-5f64815d8a300f42262cf29538203051f3c16063.zip | |
am 38b2ddc4: am 17bfbd3c: am c0dfca7a: cutils: Add support for reading a processes scheduler policy
Merge commit '38b2ddc4a7cf1c47397af118a6d466d45f59da04'
* commit '38b2ddc4a7cf1c47397af118a6d466d45f59da04':
cutils: Add support for reading a processes scheduler policy
Diffstat (limited to 'include')
| -rw-r--r-- | include/cutils/sched_policy.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/cutils/sched_policy.h b/include/cutils/sched_policy.h index efa7cbc5..eaf39939 100644 --- a/include/cutils/sched_policy.h +++ b/include/cutils/sched_policy.h @@ -27,6 +27,7 @@ typedef enum { } SchedPolicy; extern int set_sched_policy(int tid, SchedPolicy policy); +extern int get_sched_policy(int tid, SchedPolicy *policy); #ifdef __cplusplus } |
