kernel/eka/include/e32std.inl
changeset 10 36bfc973b146
parent 9 96e5fb8b040d
child 43 c1f20ce4abcf
equal deleted inserted replaced
9:96e5fb8b040d 10:36bfc973b146
  3557 
  3557 
  3558 
  3558 
  3559 // Class RCriticalSection
  3559 // Class RCriticalSection
  3560 inline TBool RCriticalSection::IsBlocked() const
  3560 inline TBool RCriticalSection::IsBlocked() const
  3561 /**
  3561 /**
  3562 Tests whether the critical section is occupied by another thread.
  3562 Tests whether the critical section is occupied by any thread.
  3563 
  3563 
  3564 @return True, if the critical section is occupied by another thread. False, 
  3564 @return True, if the critical section is occupied by another thread. False, 
  3565         otherwise.
  3565         otherwise.
  3566 */
  3566 */
  3567 	{return(iBlocked!=1);}
  3567 	{return(iBlocked!=1);}