Home
last modified time | relevance | path

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

/frameworks/base/cmds/statsd/src/shell/
DShellSubscriber.cpp61 mShellDied.wait_for(lk, timeoutSec * 1s, in startNewSubscription()
64 mShellDied.wait(lk, [this, resultReceiver] { return mResultReceiver != resultReceiver; }); in startNewSubscription()
230 mShellDied.notify_all(); in binderDied()
DShellSubscriber.h103 std::condition_variable mShellDied; // semaphore for waiting until shell exits. variable