diff options
author | Elliott Hughes <enh@google.com> | 2014-08-18 19:34:23 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-08-18 19:34:23 +0000 |
commit | 10cce72c4bbc8bb8e6466b5511e178321862658a (patch) | |
tree | f7f2c135302c5528bd45be0fe79610e5cdc91d15 /include/utils/Thread.h | |
parent | 932c3a1d0507da5ff8d7183fa5a795bce0a86c19 (diff) | |
parent | 3859029a48aa78150fa61eb4988214f8632b33ce (diff) | |
download | system_core-10cce72c4bbc8bb8e6466b5511e178321862658a.zip system_core-10cce72c4bbc8bb8e6466b5511e178321862658a.tar.gz system_core-10cce72c4bbc8bb8e6466b5511e178321862658a.tar.bz2 |
am 3859029a: am 7fb0ee0c: Merge "Remove androidGetTid."
* commit '3859029a48aa78150fa61eb4988214f8632b33ce':
Remove androidGetTid.
Diffstat (limited to 'include/utils/Thread.h')
-rw-r--r-- | include/utils/Thread.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/utils/Thread.h b/include/utils/Thread.h index df30611..c867e95 100644 --- a/include/utils/Thread.h +++ b/include/utils/Thread.h @@ -71,8 +71,8 @@ public: bool isRunning() const; #ifdef HAVE_ANDROID_OS - // Return the thread's kernel ID, same as the thread itself calling gettid() or - // androidGetTid(), or -1 if the thread is not running. + // Return the thread's kernel ID, same as the thread itself calling gettid(), + // or -1 if the thread is not running. pid_t getTid() const; #endif |