
Data Fields | |
| ast_rwlock_t | lock |
| int | num_lockers |
Definition at line 84 of file astobj2.c.
Referenced by __ao2_lock(), __ao2_trylock(), __ao2_unlock(), internal_ao2_alloc(), and internal_ao2_ref().
| int num_lockers |
Count of the number of threads holding a lock on this object. -1 if it is the write lock.
Definition at line 86 of file astobj2.c.
Referenced by __ao2_lock(), __ao2_trylock(), __ao2_unlock(), and adjust_lock().