Home
last modified time | relevance | path

Searched refs:detachGuard (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/libs/binder/
DRpcServer.cpp463 auto detachGuard = make_scope_guard(std::ref(detachGuardLambda)); in establishConnection() local
549 detachGuard.release(); in establishConnection()
DProcessState.cpp436 auto detachGuard = make_scope_guard([&]() { pthread_mutex_unlock(&mThreadCountLock); }); in getThreadPoolMaxTotalThreadCount() local