Home
last modified time | relevance | path

Searched defs:range_lock_guard (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/thread/
Dlock_algorithms.hpp358 struct range_lock_guard struct
360 Iterator begin;
361 Iterator end;
363 range_lock_guard(Iterator begin_, Iterator end_) : in range_lock_guard() function
369 void release() in release()
374 ~range_lock_guard() in ~range_lock_guard()