/third_party/boost/boost/interprocess/sync/ |
D | scoped_lock.hpp | 132 : mp_mutex(0), m_locked(scop.owns()) in scoped_lock() 153 if(u_lock.owns()){ in scoped_lock() 181 if(u_lock.owns()){ in scoped_lock() 211 if(u_lock.owns()){ in scoped_lock() 242 if(s_lock.owns()){ in scoped_lock() 268 if(this->owns()) in operator =() 270 m_locked = scop.owns(); in operator =() 333 bool owns() const in owns() function in boost::interprocess::scoped_lock
|
D | interprocess_upgradable_mutex.hpp | 320 if(!lck.owns() in try_lock() 335 if(!lck.owns()) return false; in timed_lock() 401 if(!lck.owns() in try_lock_upgradable() 421 if(!lck.owns()) return false; in timed_lock_upgradable() 481 if(!lck.owns() in try_lock_sharable() 498 if(!lck.owns()) return false; in timed_lock_sharable() 594 if(!lck.owns() in try_unlock_upgradable_and_lock() 611 if(!lck.owns()) return false; in timed_unlock_upgradable_and_lock() 641 if(!lck.owns() in try_unlock_sharable_and_lock() 658 if(!lck.owns() in try_unlock_sharable_and_lock_upgradable()
|
D | sharable_lock.hpp | 133 : mp_mutex(0), m_locked(upgr.owns()) in sharable_lock() 151 if(u_lock.owns()){ in sharable_lock() 174 if(e_lock.owns()){ in sharable_lock() 198 if(this->owns()) in operator =() 200 m_locked = upgr.owns(); in operator =() 266 bool owns() const in owns() function in boost::interprocess::sharable_lock
|
D | upgradable_lock.hpp | 127 : mp_mutex(0), m_locked(upgr.owns()) in upgradable_lock() 145 if(u_lock.owns()){ in upgradable_lock() 173 if(s_lock.owns()){ in upgradable_lock() 201 if(this->owns()) in operator =() 203 m_locked = upgr.owns(); in operator =() 269 bool owns() const in owns() function in boost::interprocess::upgradable_lock
|
D | interprocess_sharable_mutex.hpp | 208 if(!lck.owns() in try_lock() 221 if(!lck.owns()) return false; in timed_lock() 289 if(!lck.owns() in try_lock_sharable() 304 if(!lck.owns()) return false; in timed_lock_sharable()
|
/third_party/boost/libs/fiber/doc/ |
D | mutexes.qbk | 49 [*resource_deadlock_would_occur]: if `boost::this_fiber::get_id()` already owns the mutex.]] 64 [*resource_deadlock_would_occur]: if `boost::this_fiber::get_id()` already owns the mutex.]] 72 [[Precondition:] [The current fiber owns `*this`.]] 121 [*resource_deadlock_would_occur]: if `boost::this_fiber::get_id()` already owns the mutex.]] 136 [*resource_deadlock_would_occur]: if `boost::this_fiber::get_id()` already owns the mutex.]] 144 [[Precondition:] [The current fiber owns `*this`.]] 165 [*resource_deadlock_would_occur]: if `boost::this_fiber::get_id()` already owns the mutex.]] 182 [*resource_deadlock_would_occur]: if `boost::this_fiber::get_id()` already owns the mutex.]]
|
/third_party/flutter/skia/third_party/externals/icu/source/data/unit/ |
D | cy.txt | 868 few{"{0} owns"} 869 many{"{0} owns"} 870 one{"{0} owns"} 871 other{"{0} owns"} 872 per{"{0} yr owns"} 873 two{"{0} owns"} 874 zero{"{0} owns"} 878 few{"{0} owns pwysau aur"} 879 many{"{0} owns pwysau aur"} 880 one{"{0} owns pwysau aur"} [all …]
|
D | so.txt | 501 dnam{"owns"} 502 one{"{0} owns"} 503 other{"{0} owns"} 504 per{"{0} owns kasta"} 507 dnam{"torooy owns"} 508 one{"{0} torooy owns"} 509 other{"{0} torooy owns"} 695 dnam{"fuluud owns"} 696 one{"{0} fuluud owns"} 697 other{"{0} fuluud owns"} [all …]
|
/third_party/icu/icu4c/source/data/unit/ |
D | cy.txt | 1161 few{"{0} owns"} 1162 many{"{0} owns"} 1163 one{"{0} owns"} 1164 other{"{0} owns"} 1165 per{"{0} yr owns"} 1166 two{"{0} owns"} 1167 zero{"{0} owns"} 1171 few{"{0} owns pwysau aur"} 1172 many{"{0} owns pwysau aur"} 1173 one{"{0} owns pwysau aur"} [all …]
|
/third_party/skia/third_party/externals/icu/source/data/unit/ |
D | cy.txt | 1161 few{"{0} owns"} 1162 many{"{0} owns"} 1163 one{"{0} owns"} 1164 other{"{0} owns"} 1165 per{"{0} yr owns"} 1166 two{"{0} owns"} 1167 zero{"{0} owns"} 1171 few{"{0} owns pwysau aur"} 1172 many{"{0} owns pwysau aur"} 1173 one{"{0} owns pwysau aur"} [all …]
|
/third_party/boost/libs/graph_parallel/doc/ |
D | dijkstra_example.rst | 131 various processors, and the processor that owns a vertex also stores 138 Processor 0 (red) owns vertices A and B, including all edges outoing 139 from those vertices, processor 1 (green) owns vertices C and D (and 140 their edges), and processor 2 (blue) owns vertex E. Constructing this
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/uikit/ |
D | SDL_uikitopengles.m | 39 /* The OpenGL ES context owns a view / drawable. */ 204 /* The context owns the view / drawable. */ 212 /* We return a +1'd context. The window's driverdata owns the view (via
|
/third_party/flutter/flutter/packages/flutter/lib/src/foundation/ |
D | annotations.dart | 12 /// of which is a string. The engineering team that owns the library to which 48 /// are defined by the team that owns the library to which the annotated
|
/third_party/cef/patch/patches/ |
D | printing_context_2196.patch | 35 + // Routing IDs for the frame that owns this object.
|
/third_party/boost/libs/thread/doc/ |
D | mutex_concepts.qbk | 45 [[Requires:] [The calling thread doesn't owns the mutex if the mutex is not recursive.]] 51 [[Postcondition:] [The current thread owns `m`.]] 76 [[Requires:] [The current thread owns `m`.]] 132 [[Requires:] [The calling thread doesn't owns the mutex if the mutex is not recursive.]] 146 [[Postcondition:] [If the call returns `true`, the current thread owns the `m`.]] 268 [[Requires:] [The calling thread doesn't owns the mutex if the mutex is not recursive.]] 279 [[Postcondition:] [If the call returns `true`, the current thread owns `m`.]] 289 [[Requires:] [The calling thread doesn't owns the mutex if the mutex is not recursive.]] 326 [[Postcondition:] [If the call returns `true`, the current thread owns `m`.]] 1060 [[Precondition:] [The current thread owns a lock on `m` equivalent to one [all …]
|
/third_party/boost/libs/smart_ptr/doc/smart_ptr/ |
D | local_shared_ptr.adoc | 247 Effects:: Constructs a `local_shared_ptr` that owns `shared_ptr<T>( p )`. 263 Effects:: Constructs a `local_shared_ptr` that owns `shared_ptr<T>( p, d )`. 278 Effects:: Constructs a `local_shared_ptr` that owns `shared_ptr<T>( p, d, a )`. 326 Effects:: Constructs a `local_shared_ptr` that owns `r`. 365 - Otherwise, constructs a `local_shared_ptr` that owns `shared_ptr<T>( std::move(r) )`. 738 Returns:: If `*this` owns a `shared_ptr` instance `p`, `get_deleter<D>( p )`, otherwise 0.
|
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/ |
D | page_storage.dart | 101 /// owns this page storage bucket. 120 /// owns this page storage bucket.
|
/third_party/boost/libs/yap/doc/ |
D | rationale.qbk | 23 Lazy Vector example. Each is a terminal that owns its value, rather than
|
/third_party/gstreamer/gstreamer/docs/ |
D | README | 102 "Caller owns returned reference" for refcounted classes 103 "Caller owns returned value" for other types (iterators, ..)
|
/third_party/libwebsockets/plugins/raw-proxy/ |
D | README.md | 45 For a usage where the plugin "owns" the whole vhost, you should enable the
|
/third_party/grpc/doc/core/ |
D | grpc-error.md | 43 * If `grpc_error` is returned by a function, the caller owns a ref to that 52 > If `grpc_error` is returned by a function, the caller owns a ref to that
|
/third_party/boost/libs/python/doc/numpy/reference/ |
D | ndarray.rst | 302 :Returns: Object that owns the array's data, or None if the array owns its own data. 309 :Returns: Set the object that owns the array's data. Exercise caution while using this
|
/third_party/boost/libs/python/doc/html/numpy/_sources/reference/ |
D | ndarray.rst.txt | 302 :Returns: Object that owns the array's data, or None if the array owns its own data. 309 :Returns: Set the object that owns the array's data. Exercise caution while using this
|
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/semantics/ |
D | checkable.dart | 10 // "radiogroup" and "aria-owns". This may require a change in the
|
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/ |
D | html_image_codec.dart | 97 // Do nothing. The codec that owns this image should take care of
|