Home
last modified time | relevance | path

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

/developtools/hdc/src/common/
Ddefine_plus.h388 uint8_t uvChildRef; // libuv handle ref -- just main thread now member
446 uvChildRef = 0; in HdcSession()
Dsession.cpp1121 if (--hSession->uvChildRef == 0) { in DispatchMainThreadCommand()
1125 hSession->uvChildRef += 2; in DispatchMainThreadCommand()
1127 ++hSession->uvChildRef; in DispatchMainThreadCommand()