• Home
  • Raw
  • Download

Lines Matching full:try

94     // and try inflating light monitor (`Inflate` expects lock to still be acquired by target;  in InflateThinLock()
156 …LOG(DEBUG, RUNTIME) << "Try to enter monitor " << std::hex << obj << " with state " << std::dec <… in MonitorEnter()
284 …LOG(DEBUG, RUNTIME) << "Try to exit monitor " << std::hex << obj << " with state " << std::dec <<… in MonitorExit()
318 LOG(ERROR, RUNTIME) << "Try to perform monitor exit from unlocked state"; in MonitorExit()
350 LOG(DEBUG, RUNTIME) << "Try to wait with state " << state; in Wait()
358 … LOG(ERROR, RUNTIME) << "Illegal monitor state: try to wait with monitor acquired by other thread"; in Wait()
425 … LOG(FATAL, RUNTIME) << "Illegal monitor state: try to wait with monitor acquired by other thread"; in Wait()
434 LOG(ERROR, RUNTIME) << "Try to perform Wait from unsupported state"; in Wait()
449 LOG(DEBUG, RUNTIME) << "Try to notify with state " << state; in Notify()
458 …LOG(ERROR, RUNTIME) << "Illegal monitor state: try to notify with monitor acquired by other thread… in Notify()
477 …LOG(ERROR, RUNTIME) << "Illegal monitor state: try to notify with monitor acquired by other thread… in Notify()
484 LOG(ERROR, RUNTIME) << "Try to perform Notify from unsupported state"; in Notify()
498 LOG(DEBUG, RUNTIME) << "Try to notify all with state " << state; in NotifyAll()
507 …LOG(ERROR, RUNTIME) << "Illegal monitor state: try to notify with monitor acquired by other thread… in NotifyAll()
527 …LOG(ERROR, RUNTIME) << "Illegal monitor state: try to notify with monitor acquired by other thread… in NotifyAll()
534 LOG(ERROR, RUNTIME) << "Try to perform NotifyAll from unsupported state"; in NotifyAll()