summaryrefslogtreecommitdiffstats
path: root/include/utils/Thread.h
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2014-08-18 10:47:37 -0700
committerElliott Hughes <enh@google.com>2014-08-18 10:47:37 -0700
commitb7659613b2eed5df47e3e7ec536012772cc08b61 (patch)
treeee1840891b5f8031b7085326eed4a1418068e937 /include/utils/Thread.h
parent5f231a43b342fcfbd778d14f953b0b63715ee7f2 (diff)
downloadsystem_core-b7659613b2eed5df47e3e7ec536012772cc08b61.zip
system_core-b7659613b2eed5df47e3e7ec536012772cc08b61.tar.gz
system_core-b7659613b2eed5df47e3e7ec536012772cc08b61.tar.bz2
Remove androidGetTid.
Bug: 17048545 Change-Id: I93cbb2d7bd18d506b5f5f7f262dd9ac0fca053b4
Diffstat (limited to 'include/utils/Thread.h')
-rw-r--r--include/utils/Thread.h4
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