am cb3b7ce1: am 703b60ce: Merge "Use gettid directly in binder."

* commit 'cb3b7ce1d897dfe3339ed2b0cdc48355026f9dd8':
  Use gettid directly in binder.
This commit is contained in:
Elliott Hughes 2014-08-18 19:47:18 +00:00 committed by Android Git Automerger
commit 8bf04c6284

View File

@ -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)
{