/third_party/boost/libs/thread/doc/ |
D | external_locking.qbk | 15 [section Internal locking] 37 …locking idiom doesn't cover the entire richness of a threading model. For example, the model above… 41 [section Internal and external locking] 43 The BankAccount class above uses internal locking. Basically, a class that uses internal locking gu… 47 Internal locking is insufficient for many real-world synchronization tasks. Imagine that you want t… 135 …mentation works but has a performance overhead due to unnecessary locking. (The locking/unlocking … 136 * Your mutex implementation might not support recursive locking, which means that as soon as you tr… 147 …locking approach is more flexible and the most efficient, but very dangerous. In an implementation… 161 Obviously, the caller-ensured locking approach has a safety problem. BankAccount's implementation c… 163 …locking, you expose yourself to inefficiency or deadlocks. On the other hand, if you rely on calle… [all …]
|
D | internal_locking.qbk | 59 [section Internal locking] 109 …locking idiom doesn't cover the entire richness of a threading model. For example, the model above… 112 [section Internal and external locking] 114 The BankAccount class above uses internal locking. Basically, a class that uses internal locking gu… 118 Internal locking is insufficient for many real-world synchronization tasks. Imagine that you want t… 200 …mentation works but has a performance overhead due to unnecessary locking. (The locking/unlocking … 201 * Your mutex implementation might not support recursive locking, which means that as soon as you tr… 212 …locking approach is more flexible and the most efficient, but very dangerous. In an implementation… 226 Obviously, the caller-ensured locking approach has a safety problem. BankAccount's implementation c… 228 …locking, you expose yourself to inefficiency or deadlocks. On the other hand, if you rely on calle…
|
D | compliance.qbk | 56 [[30.4.2.2.2] [unique_lock locking] [Yes] [-] [-]] 59 [[30.4.3] [Generic locking algorithms] [Partial] [variadic] [#6227]] 84 [[30.4.3.x] [Generic locking algorithms begin/end] [-]] 98 [table [@http://isocpp.org/files/papers/N3659.html N3659 Shared locking in C++ revision 2] Conforma…
|
D | mutex_concepts.qbk | 994 *`defer_lock_t`: is used to construct the scoped lock without locking it. 996 *`adopt_lock_t`: is used to construct the scoped lock without locking it but adopting ownership. 1038 provides simple RAII-style locking of a __lockable_concept_type__ object, to facilitate exception-s… 1039 locking and unlocking. In addition, the [link 1206 [[Returns:] [Whether the strict lock is locking the mutex `m`]] 1321 …ore complex than __lock_guard__: not only does it provide for RAII-style locking, it also allows f… 1631 // Shared locking 1657 // Conversion from upgrade locking 1660 // Conversion from exclusive locking 1679 __lockable_concept_type__ object, locking an instance of __shared_lock__ acquires shared ownership. [all …]
|
/third_party/boost/boost/flyweight/ |
D | locking_tag.hpp | 37 struct locking:parameter::template_keyword<locking<>,T> struct
|
D | flyweight.hpp | 87 parameter::deduced<locking<> >, 144 args,locking<>,simple_locking
|
/third_party/ltp/testcases/network/nfsv4/locks/ |
D | README | 5 GOAL : This test is aimed at stressing the fcntl locking functions. 6 A master process sets a lock on a file region (byte range locking). 35 These options have been developed to test NFSv4 locking when multiple 143 - Locking profile (POSIX locking, Mandatory locking) 149 Slave type | Test operation | advisory locking | mandatory locking |
|
/third_party/gstreamer/gstplugins_bad/ext/dtls/ |
D | gstdtlsagent.c | 74 gboolean locking; in ssl_locking_function() local 78 locking = mode & CRYPTO_LOCK; in ssl_locking_function() 83 locking ? "locking" : "unlocking", reading ? "reading" : "writing", in ssl_locking_function() 86 if (locking) { in ssl_locking_function()
|
/third_party/libwebsockets/lib/system/ |
D | README.md | 19 platform-specific locking to request callbacks to their own code from the 28 ## Implementing the system-specific locking 38 This should be defined in user code as setting locking, then passing the 48 that does the actual attach work. When it returns, the locking should be
|
/third_party/libwebsockets/READMEs/ |
D | README.event-loops-intro.md | 26 - they have a **single thread**, therefore they do not require locking 41 It means that all mutexes and other synchronization and locking can be 109 locking and careful management so only deterministic and expected things 204 not done on the event loop, without a new thread or the consequent locking (and 214 thread if read() or write() has completed, but costs threads and locking to get 217 Event loops dispense with the threads and locking, and still provide a simple 222 locking. 247 - locking must be handled, and missed locking or lock order bugs found 270 one thing at a time. The networking stack locking also introduces hidden 285 different code can call each other's apis safely without locking.
|
/third_party/boost/boost/asio/detail/ |
D | kqueue_reactor.hpp | 67 descriptor_state(bool locking) : mutex_(locking) {} in descriptor_state()
|
/third_party/boost/libs/asio/include/boost/asio/detail/ |
D | kqueue_reactor.hpp | 67 descriptor_state(bool locking) : mutex_(locking) {} in descriptor_state()
|
/third_party/ltp/testcases/kernel/device-drivers/ |
D | Makefile | 11 locking \
|
/third_party/python/Doc/library/ |
D | msvcrt.rst | 36 .. function:: locking(fd, mode, nbytes) 45 .. audit-event:: msvcrt.locking fd,mode,nbytes msvcrt.locking
|
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/ |
D | gstrtpdtmfmux.h | 59 void (*locking) (GstElement * element, GstPad * pad); member
|
/third_party/flutter/skia/third_party/externals/sdl/ |
D | TODO.txt | 5 3554 - Need to resolve semantics for locking keys on different platforms
|
/third_party/boost/libs/asio/doc/overview/ |
D | concurrency_hint.qbk | 39 This special concurrency hint disables locking in both the scheduler and 55 This special concurrency hint disables locking in the reactor I/O. This
|
/third_party/musl/src/malloc/ |
D | DESIGN | 4 Lea's dlmalloc with fine-grained locking.
|
/third_party/mesa3d/src/glx/apple/ |
D | TODO | 24 Where 2 threads are doing the same sort of path of create and destroy. The locking should protect
|
/third_party/boost/libs/thread/test/ |
D | Jamfile.v2 | 561 …[ thread-run2-noit ./sync/mutual_exclusion/locks/unique_lock/locking/lock_pass.cpp : unique_lock__… 562 …[ thread-run2-noit ./sync/mutual_exclusion/locks/unique_lock/locking/try_lock_for_pass.cpp : uniqu… 563 …[ thread-run2-noit ./sync/mutual_exclusion/locks/unique_lock/locking/try_lock_pass.cpp : unique_lo… 564 …[ thread-run2-noit ./sync/mutual_exclusion/locks/unique_lock/locking/try_lock_until_pass.cpp : uni… 565 …[ thread-run2-noit ./sync/mutual_exclusion/locks/unique_lock/locking/unlock_pass.cpp : unique_lock… 606 …[ thread-run2-noit ./sync/mutual_exclusion/locks/shared_lock/locking/lock_pass.cpp : shared_lock__… 607 …[ thread-run2-noit ./sync/mutual_exclusion/locks/shared_lock/locking/try_lock_for_pass.cpp : share… 608 …[ thread-run2-noit ./sync/mutual_exclusion/locks/shared_lock/locking/try_lock_pass.cpp : shared_lo… 609 …[ thread-run2-noit ./sync/mutual_exclusion/locks/shared_lock/locking/try_lock_until_pass.cpp : sha… 610 …[ thread-run2-noit ./sync/mutual_exclusion/locks/shared_lock/locking/unlock_pass.cpp : shared_lock… [all …]
|
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-smp/ |
D | README.md | 4 default is 1. If nonzero, some extra pthreads locking is built into lws and it supports multiple
|
/third_party/gstreamer/gst_libav/tests/check/ |
D | meson.build | 7 [ 'generic/libavcodec-locking' ],
|
/third_party/openssl/doc/man3/ |
D | X509_STORE_new.pod | 6 X509_STORE_unlock - X509_STORE allocation, freeing and locking functions
|
/third_party/gstreamer/gstplugins_good/gst/deinterlace/ |
D | gstdeinterlace.h | 182 GstDeinterlaceLocking locking; member
|
/third_party/openssl/doc/man7/ |
D | RAND_DRBG.pod | 98 by its child DRBG instances. The necessary locking is done internally. 103 locking via the RAND_DRBG interface. 113 All other DRBG instances created by an application don't support locking, 131 RAND_add() ==> <master> <-| shared DRBG (with locking) |
|