equal
deleted
inserted
replaced
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);} |