Asterisk - The Open Source Telephony Project GIT-master-7e7a603
Data Fields
ast_mutex_info Struct Reference

Structure for mutex and tracking information. More...

#include <lock.h>

Collaboration diagram for ast_mutex_info:
Collaboration graph
[legend]

Data Fields

struct ast_lock_track_flags _flags
 
struct ast_lock_track_track
 
pthread_mutex_t mutex
 

Detailed Description

Structure for mutex 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 135 of file lock.h.

Field Documentation

◆ _flags

struct ast_lock_track_flags _flags

Definition at line 144 of file lock.h.

◆ _track

struct ast_lock_track* _track

These fields are renamed to ensure they are never used when DEBUG_THREADS is not defined.

Definition at line 143 of file lock.h.

◆ mutex


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