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 | |
Definition at line 36 of file dbus-sysdeps-pthread.c.
1.5.1