Searched refs:callerName (Results 1 – 3 of 3) sorted by relevance
| /developtools/hdc/src/test/jdwp/ |
| D | main.cpp | 58 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/ |
| D | base.h | 50 bool TryCloseLoop(uv_loop_t *ptrLoop, const char *callerName);
|
| D | base.cpp | 347 bool TryCloseLoop(uv_loop_t *ptrLoop, const char *callerName) in TryCloseLoop() argument 360 WRITE_LOG(LOG_WARN, "%s close busy,try:%d", callerName, closeRetry); in TryCloseLoop()
|