kernel/eka/include/e32std.inl
changeset 6 0173bcd7697c
parent 0 a41df078684a
child 43 c1f20ce4abcf
equal deleted inserted replaced
4:56f325a607ea 6:0173bcd7697c
  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);}