diff options
author | Elliott Hughes <enh@google.com> | 2014-08-18 18:04:25 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2014-08-16 04:08:14 +0000 |
commit | 7fb0ee0c4d3ba83ec960493e43cba9cfa7a6130f (patch) | |
tree | ee1840891b5f8031b7085326eed4a1418068e937 /include/utils/AndroidThreads.h | |
parent | 5f231a43b342fcfbd778d14f953b0b63715ee7f2 (diff) | |
parent | b7659613b2eed5df47e3e7ec536012772cc08b61 (diff) | |
download | system_core-7fb0ee0c4d3ba83ec960493e43cba9cfa7a6130f.zip system_core-7fb0ee0c4d3ba83ec960493e43cba9cfa7a6130f.tar.gz system_core-7fb0ee0c4d3ba83ec960493e43cba9cfa7a6130f.tar.bz2 |
Merge "Remove androidGetTid."
Diffstat (limited to 'include/utils/AndroidThreads.h')
-rw-r--r-- | include/utils/AndroidThreads.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/utils/AndroidThreads.h b/include/utils/AndroidThreads.h index 4eee14d..3c640b6 100644 --- a/include/utils/AndroidThreads.h +++ b/include/utils/AndroidThreads.h @@ -73,9 +73,6 @@ extern void androidSetCreateThreadFunc(android_create_thread_fn func); // ------------------------------------------------------------------ // Extra functions working with raw pids. -// Get pid for the current thread. -extern pid_t androidGetTid(); - #ifdef HAVE_ANDROID_OS // Change the priority AND scheduling group of a particular thread. The priority // should be one of the ANDROID_PRIORITY constants. Returns INVALID_OPERATION |