Home
last modified time | relevance | path

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

/developtools/hdc/src/daemon/
Dshell.cpp34 std::mutex HdcShell::mutexPty; member in Hdc::HdcShell
228 HdcShell::mutexPty.unlock(); in ShellFork()
292 HdcShell::mutexPty.lock(); in StartShell()
320 HdcShell::mutexPty.unlock(); in StartShell()
Dshell.h43 static std::mutex mutexPty; variable