kernel/eka/include/e32std.inl
changeset 33 0173bcd7697c
parent 0 a41df078684a
child 90 947f0dc9f7a8
child 256 c1f20ce4abcf
equal deleted inserted replaced
31:56f325a607ea 33: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);}