Declaration

func lockRead()

Declaration

- (void) lockRead;

Declaration

lockRead()

Discussion

Balance this call with unlockRead()unlockReadunlockRead on the same thread. Read and write access may be nested on the same thread.

See Also

Locking

See Also

Locking