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 | 51 bool TryCloseLoop(uv_loop_t *ptrLoop, const char *callerName); 52 bool TryCloseChildLoop(uv_loop_t *ptrLoop, const char *callerName);
|
D | base.cpp | 440 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()
|