Data Fields

RecMutex Struct Reference

A wrapper to ink_mutex class. More...

#include <I_RecMutex.h>

Data Fields

size_t nthread_holding
ink_thread thread_holding
ink_mutex the_mutex

Detailed Description

A wrapper to ink_mutex class.

It allows multiple acquire of mutex lock by the SAME thread. This is a trimmed down version of ProxyMutex.

Definition at line 35 of file I_RecMutex.h.


Field Documentation


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