Home
last modified time | relevance | path

Searched refs:callerName (Results 1 – 3 of 3) sorted by relevance

/developtools/hdc/src/test/jdwp/
Dmain.cpp58 static bool TryCloseLoop(uv_loop_t *ptrLoop, const char *callerName) in TryCloseLoop() argument
67 PrintMessage("%s close busy,try:%d", callerName, closeRetry); in TryCloseLoop()
/developtools/hdc/src/common/
Dbase.h51 bool TryCloseLoop(uv_loop_t *ptrLoop, const char *callerName);
52 bool TryCloseChildLoop(uv_loop_t *ptrLoop, const char *callerName);
Dbase.cpp440 bool TryCloseLoop(uv_loop_t *ptrLoop, const char *callerName) in TryCloseLoop() argument
453 WRITE_LOG(LOG_WARN, "%s close busy,try:%d", callerName, closeRetry); in TryCloseLoop()
481 bool TryCloseChildLoop(uv_loop_t *ptrLoop, const char *callerName) in TryCloseChildLoop() argument
494 WRITE_LOG(LOG_WARN, "%s close busy,try:%d", callerName, closeRetry); in TryCloseChildLoop()