Lines Matching refs:DEBUG
127 …LOG(DEBUG, RUNTIME) << "Try to enter monitor " << std::hex << obj << " with state " << std::dec <… in MonitorEnter()
151 … LOG(DEBUG, RUNTIME) << "The lightweight monitor was successfully recursively acquired"; in MonitorEnter()
257 … LOG(DEBUG, RUNTIME) << "The lightweight monitor was successfully acquired for the first time"; in MonitorEnter()
288 …LOG(DEBUG, RUNTIME) << "Try to exit monitor " << std::hex << obj << " with state " << std::dec <<… in MonitorExit()
300 … LOG(DEBUG, RUNTIME) << "Calling MonitorEnter on object which isn't owned by this thread"; in MonitorExit()
311 LOG(DEBUG, RUNTIME) << "Exited lightweight lock"; in MonitorExit()
353 LOG(DEBUG, RUNTIME) << "Try to wait with state " << state; in Wait()
448 LOG(DEBUG, RUNTIME) << "Try to notify with state " << state; in Notify()
496 LOG(DEBUG, RUNTIME) << "Try to notify all with state " << state; in NotifyAll()
546 LOG(DEBUG, RUNTIME) << "The fat monitor was successfully recursively acquired"; in Acquire()
580 LOG(DEBUG, RUNTIME) << "The fat monitor was successfully acquired for the first time"; in Acquire()
591 LOG(DEBUG, RUNTIME) << "The fat monitor was successfully acquired for the first time"; in Acquire()
613 LOG(DEBUG, RUNTIME) << "The fat monitor was successfully initialized for the first time"; in Acquire()
635 LOG(DEBUG, RUNTIME) << "The fat monitor was successfully released after failed inflation"; in Acquire()
664 LOG(DEBUG, RUNTIME) << "Send the notifing signal to " << waiter->GetId(); in Acquire()
668 LOG(DEBUG, RUNTIME) << "The fat monitor was successfully released"; in Acquire()
754 LOG(DEBUG, RUNTIME) << "Trying to deflate non-heavy locked object"; in Acquire()
761 LOG(DEBUG, RUNTIME) << "Monitor was already destroyed by someone else."; in Acquire()
775 LOG(DEBUG, RUNTIME) << "Trying to deflate monitor which already has owner"; in Acquire()
779 …LOG(DEBUG, RUNTIME) << "Trying to deflate monitor which is trying to be acquired by other threads"; in Acquire()
783 LOG(DEBUG, RUNTIME) << "Couldn't TryLock monitor for deflation"; in Acquire()
796 LOG(DEBUG, RUNTIME) << "Deflating monitor to hash"; in Acquire()
799 LOG(DEBUG, RUNTIME) << "Deflating monitor to unlocked"; in Acquire()