D-Bus 1.4.14
Data Fields
DBusMutexPThread Struct Reference

Data Fields

pthread_mutex_t lock
 lock protecting count field
volatile int count
 count of how many times lock holder has recursively locked
volatile pthread_t holder
 holder of the lock if count >0, valid but arbitrary thread if count has ever been >0, uninitialized memory if count has never been >0

Detailed Description

Definition at line 46 of file dbus-sysdeps-pthread.c.


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