• Home
  • Raw
  • Download

Lines Matching full:acquired

94     // and try inflating light monitor (`Inflate` expects lock to still be acquired by target;  in InflateThinLock()
101 // monitor still acquired. in InflateThinLock()
102 // We are trying to inflate light lock acquired by other thread, suspend it first in InflateThinLock()
115 // NB! Inflate can do nothing if monitor is already unlocked or acquired by other thread. in InflateThinLock()
136 …* @param trylock is true if the function should fail in case of lock was already acquired by othe…
180 … LOG(DEBUG, RUNTIME) << "The lightweight monitor was successfully recursively acquired"; in MonitorEnter()
190 // Lock acquired by other thread. in MonitorEnter()
254 … LOG(DEBUG, RUNTIME) << "The lightweight monitor was successfully acquired for the first time"; in MonitorEnter()
356 // The monitor is acquired by other thread 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()
456 // The monitor is acquired by other thread 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()
505 // The monitor is acquired by other thread 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()
550 LOG(DEBUG, RUNTIME) << "The fat monitor was successfully recursively acquired"; in Acquire()
597 LOG(DEBUG, RUNTIME) << "The fat monitor was successfully acquired for the first time"; in Acquire()
609 LOG(DEBUG, RUNTIME) << "The fat monitor was successfully acquired for the first time"; in Acquire()
706 // Dont inflate if monitor got unlocked or acquired by other thread. in Acquire()
800 …LOG(DEBUG, RUNTIME) << "Trying to deflate monitor which is trying to be acquired by other threads"; in Acquire()