Searched refs:ACQUIRE (Results 1 – 5 of 5) sorted by relevance
37 #define ACQUIRE(...) \ macro79 void lock() ACQUIRE() { mut_.lock(); } in lock()91 MutexLock(Mutex& m) ACQUIRE(m) : ml_(m.native_handle()) {} in MutexLock()
79 as such (using ``ACQUIRE``/``RELEASE``).212 ACQUIRE(...), ACQUIRE_SHARED(...), RELEASE(...), RELEASE_SHARED(...)218 ``ACQUIRE`` is an attribute on functions or methods, which233 void lockAndInit() ACQUIRE(mu) {249 If no argument is passed to ``ACQUIRE`` or ``RELEASE``, then the argument is264 void Lock() ACQUIRE() { mu.Lock(); }415 as ``ACQUIRE``. See :ref:`mutexheader`, below, for example uses.718 ~MutexUnlocker() ACQUIRE(mu) { mu->Lock(); }793 #define ACQUIRE(...) \834 void Lock() ACQUIRE();[all …]
76 #define ACQUIRE(...) \ macro
25 ACQUIRE message.104 to do this, we need to remember which ACQUIRE was caused by which socket,