Searched refs:_guard (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/libauto-185.5/
H A DLocks.h151 sentinel_t &_guard; member in class:Auto::Sentinel
153 Sentinel(sentinel_t &guard) : _guard(guard) {
154 _guard++;
157 ~Sentinel() { _guard--; }
/macosx-10.9.5/swig-10/Lib/ruby/
H A Ddirector.swg294 # define SWIG_GUARD(mutex) Guard _guard(mutex)
/macosx-10.9.5/swig-10/Lib/python/
H A Ddirector.swg353 # define SWIG_GUARD(mutex) Guard _guard(mutex)

Completed in 95 milliseconds