Acquires a readers/writer lock in read access mode.
tis_read_lock( lock );
Argument Data Type Accesslock opaque tis_rwlock_t write
#includeint tis_read_lock ( tis_rwlock_t *lock);
For each call to tis_read_lock that successfully acquires the lock in read access mode, a corresponding call tis_read_unlock must be issued.
Note that the type tis_rwlock_p is a pointer to type tis_rwlock_t.
Return Description0 Successful completion. [EINVAL] The value specified by lock is invalid.
tis_read_trylock tis_read_unlock tis_rwlock_destroy tis_rwlock_init tis_write_lock tis_write_trylock tis_write_unlock