Searched refs:synchronization (Results 1 – 25 of 42) sorted by relevance
12
/external/valgrind/main/drd/tests/ |
D | annotate_hb_err.stderr.exp | 2 wrong type of synchronization object 9 wrong type of synchronization object 16 wrong type of synchronization object
|
/external/chromium/base/ |
D | base.gypi | 229 'synchronization/cancellation_flag.cc', 230 'synchronization/cancellation_flag.h', 231 'synchronization/condition_variable.h', 232 'synchronization/condition_variable_posix.cc', 233 'synchronization/condition_variable_win.cc', 234 'synchronization/lock.cc', 235 'synchronization/lock.h', 236 'synchronization/lock_impl.h', 237 'synchronization/lock_impl_posix.cc', 238 'synchronization/lock_impl_win.cc', [all …]
|
D | base.gyp | 172 'synchronization/cancellation_flag_unittest.cc', 173 'synchronization/condition_variable_unittest.cc', 174 'synchronization/lock_unittest.cc', 175 'synchronization/waitable_event_unittest.cc', 176 'synchronization/waitable_event_watcher_unittest.cc',
|
/external/chromium/base/third_party/dynamic_annotations/ |
D | README.chromium | 5 in this directory define runtime macros useful for annotating synchronization
|
/external/mesa3d/docs/ |
D | README.MITS | 44 with the thread synchronization and if there is not enough work 65 as possbile. This will reduce the thread synchronization
|
D | README.3DFX | 501 without any vertical blanking synchronization (useful for benchmarks):
|
/external/chromium/ |
D | Android.mk | 126 base/synchronization/cancellation_flag.cc \ 127 base/synchronization/condition_variable_posix.cc \ 128 base/synchronization/lock_impl_posix.cc \ 129 base/synchronization/waitable_event_posix.cc \
|
/external/llvm/docs/HistoricalNotes/ |
D | 2001-02-09-AdveComments.txt | 3 revisit synchronization, type inference, and other issues. 80 o A pair of important synchronization instr'ns to think about:
|
D | 2001-02-09-AdveCommentsResponse.txt | 137 > A pair of important synchronization instr'ns to think about:
|
/external/aac/libMpegTPDec/src/ |
D | tpdec_lib.cpp | 484 TRANSPORTDEC_ERROR synchronization( in synchronization() function 825 error = synchronization(hTp, &headerBits); in transportDec_readStream() 888 error = synchronization(hTp, &headerBits); in transportDec_readStream()
|
/external/mdnsresponder/mDNSCore/ |
D | Implementer Notes.txt | 43 main synchronization point, this means that you should call
|
/external/replicaisland/ |
D | README.TXT | 26 … by the game thread and then handed to a separate render thread at a synchronization point. The r…
|
/external/clang/docs/ |
D | BlockLanguageSpec.txt | 115 …red variable and the need for synchronization around disposing of older values and copying new one…
|
/external/srtp/ |
D | README | 160 they're called more than 65k out of sequence, synchronization
|
/external/srtp/doc/ |
D | intro.txt | 255 participant in a session is identified by a synchronization source 261 same session. The synchronization source identifier (SSRC) is used to
|
D | rfc3711.txt | 144 and an "implicit" index for sequencing/synchronization based on the 298 | synchronization source (SSRC) identifier | | 513 synchronization source (SSRCs, which is part of the RTP header), 770 need to be 2^15 packets out of sequence before synchronization is 776 (e.g., packet loss rate) and the cases when synchronization is likely 1819 sequence number is close to wrapping (to avoid synchronization 1828 is secure if the design of the synchronization mechanism, i.e., the 2208 synchronization source identifier, and timestamp are available to an 2528 event, to maintain synchronization when switching to the new key,
|
/external/clang/test/Analysis/ |
D | misc-ps.m | 1103 // <rdar://problem/6351970> rule request: warn if synchronization mutex can be nil 1106 … // expected-warning{{Nil value used as mutex for @synchronized() (no synchronization will occur)}} 1111 … // expected-warning{{Nil value used as mutex for @synchronized() (no synchronization will occur)}}
|
/external/chromium/chrome/browser/ui/cocoa/ |
D | objc_zombie.mm | 14 #include "base/synchronization/lock.h"
|
/external/linux-tools-perf/ |
D | design.txt | 314 __u32 lock; /* seqlock for synchronization */
|
/external/webkit/Source/WebKit/mac/History/ |
D | WebHistory.mm | 657 // and correct synchronization of history file between applications.
|
/external/stlport/etc/ |
D | ChangeLog-4.0 | 652 * Visual C++ : for MT synchronization, <windows.h> is not included anymore.
|
/external/webkit/Source/WebKit/mac/Carbon/ |
D | CarbonWindowAdapter.mm | 578 …e, because it looks like it might work on Carbon windows as is. The synchronization of the Carbon…
|
/external/oprofile/events/ppc64/cell-be/ |
D | events | 92 …q_any : Non-cacheable store request received from CIU; includes all synchronization operations su…
|
/external/llvm/include/llvm/ |
D | IntrinsicsX86.td | 575 // Thread synchronization ops.
|
/external/valgrind/main/ |
D | NEWS | 944 messages related to synchronization objects. 957 - Added support for annotating non-POSIX synchronization objects
|
12