kernel/eka/include/e32std.inl
changeset 44 36bfc973b146
parent 43 96e5fb8b040d
child 90 947f0dc9f7a8
child 256 c1f20ce4abcf
equal deleted inserted replaced
43:96e5fb8b040d 44: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);}