summaryrefslogtreecommitdiffstats
path: root/libs/binder
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2014-08-18 17:45:48 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2014-08-16 04:08:14 +0000
commit703b60ce39e52d319074adf53704d33f9c16dbbd (patch)
tree6b21ed9cfa32c2758a349abe8eb42f8a96d1fea7 /libs/binder
parentca58175c831376bc052bde2e25d40798f0cf7ea9 (diff)
parentfa6ad07c4ed44244f5220a422819919bc37528ba (diff)
downloadframeworks_native-703b60ce39e52d319074adf53704d33f9c16dbbd.zip
frameworks_native-703b60ce39e52d319074adf53704d33f9c16dbbd.tar.gz
frameworks_native-703b60ce39e52d319074adf53704d33f9c16dbbd.tar.bz2
Merge "Use gettid directly in binder."
Diffstat (limited to 'libs/binder')
-rw-r--r--libs/binder/IPCThreadState.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/binder/IPCThreadState.cpp b/libs/binder/IPCThreadState.cpp
index 57c4638..ae8f648 100644
--- a/libs/binder/IPCThreadState.cpp
+++ b/libs/binder/IPCThreadState.cpp
@@ -682,7 +682,7 @@ status_t IPCThreadState::clearDeathNotification(int32_t handle, BpBinder* proxy)
IPCThreadState::IPCThreadState()
: mProcess(ProcessState::self()),
- mMyThreadId(androidGetTid()),
+ mMyThreadId(gettid()),
mStrictModePolicy(0),
mLastTransactionBinderFlags(0)
{