Asterisk - The Open Source Telephony Project  18.5.0
Data Fields
ast_rwlock_info Struct Reference

Structure for rwlock and tracking information. More...

#include <lock.h>

Collaboration diagram for ast_rwlock_info:
Collaboration graph
[legend]

Data Fields

struct ast_lock_track_flags flags
 
pthread_rwlock_t lock
 
struct ast_lock_tracktrack
 

Detailed Description

Structure for rwlock and tracking information.

We have tracking information in this structure regardless of DEBUG_THREADS being enabled. The information will just be ignored in the core if a module does not request it..

Definition at line 156 of file lock.h.

Field Documentation

◆ flags

struct ast_lock_track_flags flags

◆ lock

pthread_rwlock_t lock

◆ track

struct ast_lock_track* track

The documentation for this struct was generated from the following file: