Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cb3b7ce1 authored by Elliott Hughes's avatar Elliott Hughes Committed by Android Git Automerger
Browse files

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

* commit '703b60ce':
  Use gettid directly in binder.
parents 9612a310 703b60ce
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -682,7 +682,7 @@ status_t IPCThreadState::clearDeathNotification(int32_t handle, BpBinder* proxy)


IPCThreadState::IPCThreadState()
IPCThreadState::IPCThreadState()
    : mProcess(ProcessState::self()),
    : mProcess(ProcessState::self()),
      mMyThreadId(androidGetTid()),
      mMyThreadId(gettid()),
      mStrictModePolicy(0),
      mStrictModePolicy(0),
      mLastTransactionBinderFlags(0)
      mLastTransactionBinderFlags(0)
{
{