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

Commit 0500dc63 authored by Yabin Cui's avatar Yabin Cui Committed by Android (Google) Code Review
Browse files

Merge "libbinder: fix using destroyed mutex warning." into pi-dev

parents b46d5b2d c39caf36
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -72,7 +72,7 @@ TextOutput& aerr(gStderrTextOutput);

// ------------ ProcessState.cpp

Mutex gProcessMutex;
Mutex& gProcessMutex = *new Mutex;
sp<ProcessState> gProcess;

class LibBinderIPCtStatics
+1 −1
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@ namespace android {
extern Vector<int32_t> gTextBuffers;

// For ProcessState.cpp
extern Mutex gProcessMutex;
extern Mutex& gProcessMutex;
extern sp<ProcessState> gProcess;

// For IServiceManager.cpp