Home
last modified time | relevance | path

Searched refs:synchronized (Results 1 – 25 of 102) sorted by relevance

12345

/external/clang/test/SemaObjC/
Dsynchronized.m8 @synchronized (self) {
18 …@synchronized (b) { // expected-error {{@synchronized requires an Objective-C object type ('struc…
21 …@synchronized (42) { // expected-error {{@synchronized requires an Objective-C object type ('int'…
Dscope-check.m52 @synchronized // expected-note {{jump bypasses initialization of @synchronized block}}
/external/clang/test/CodeGenObjC/
Dsynchronized.m17 @synchronized(self) {
33 @synchronized(a) {
53 // either that x isn't stored to within the synchronized block or
54 // that the synchronized block can't longjmp.
59 @synchronized((x++, a)) {
76 @synchronized(({ return; }), a) {
Drdr-6732143-dangling-block-reference.m4 @synchronized (x) {
/external/clang/test/Rewriter/
Drewrite-modern-synchronized.m18 @synchronized (SYNCH_EXPR()) {
23 @synchronized ([sem self]) {
31 @synchronized (foo) {
43 @synchronized(self) {
Dobjc-synchronized-1.m11 @synchronized (SYNCH_EXPR()) {
16 @synchronized ([sem self]) {
Dfinally.m30 @synchronized (foo) {
/external/clang/test/SemaObjCXX/
Dsynchronized.mm15 @synchronized (a) {
18 …@synchronized (b) { // expected-error {{@synchronized requires an Objective-C object type ('struc…
Dinstantiate-stmt.mm15 // @synchronized
18 …@synchronized (value) { // expected-error{{@synchronized requires an Objective-C object type ('int…
/external/walt/ios/WALT/
DWALTLogger.m40 @synchronized (_buffer) {
54 @synchronized (_buffer) {
60 @synchronized (_buffer) {
69 @synchronized (_buffer) {
/external/python/cpython2/Lib/multiprocessing/
Dsharedctypes.py111 return synchronized(obj, lock)
127 return synchronized(obj, lock)
134 def synchronized(obj, lock=None): function
219 return synchronized, (self._obj, self._lock)
/external/smali/smali/src/test/resources/LexerTest/
DMiscTest.smali22 synchronized
30 declared-synchronized
DMiscTest.tokens22 ACCESS_SPEC("synchronized")
30 ACCESS_SPEC("declared-synchronized")
/external/clang/test/CodeGenObjCXX/
Dexceptions-legacy.mm11 @synchronized(obj) {
16 // Enter the @synchronized block.
27 // Leave the @synchronized. The reload of obj here is unnecessary.
/external/deqp/doc/testspecs/GLES31/
Dfunctional.synchronization.txt44 accessed by other invocations. Image accesses are synchronized using
45 memoryBarrierImage(). SSBO accesses do not need to be explicitly synchronized
50 accessed by another invocation within the work group. Accesses are synchronized
/external/clang/test/Index/
Dcomplete-at-exprstmt.m9 @synchronized (@encode(MyClass)) { }
26 // CHECK-CC1: {TypedText synchronized}{HorizontalSpace }{LeftParen (}{Placeholder expression}{Righ…
37 // CHECK-CC3: NotImplemented:{TypedText @synchronized}{HorizontalSpace }{LeftParen (}{Placeholder …
/external/google-breakpad/src/common/mac/
DGTMLogger.m46 @synchronized(self) {
55 @synchronized(self) {
188 @synchronized(self) {
210 @synchronized(self) {
231 @synchronized(self) {
348 @synchronized(self) {
368 @synchronized(self) {
466 @synchronized (dateFormatter_) {
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
Dp5.mm6 …@synchronized(values) { // expected-error {{expression contains unexpanded parameter pack 'values'…
/external/valgrind/drd/tests/
Dpth_barrier_race.stderr.exp2 Destruction of barrier not synchronized with barrier wait call: barrier 0x........
/external/clang/test/Analysis/
Ddead-stores.m47 // because the compound statement for the @synchronized was being visited
57 @synchronized(self) {
Dmisc-ps.m970 // @synchronized block was previously broken (and would crash the analyzer).
974 @synchronized(x) {}
1102 …@synchronized(x) {} // expected-warning{{Nil value used as mutex for @synchronized() (no synchroni…
1107 …@synchronized(x) {} // expected-warning{{Nil value used as mutex for @synchronized() (no synchroni…
1112 @synchronized(x) {} // expected-warning{{Uninitialized value used as mutex for @synchronized}}
1120 @synchronized (x) {
1125 @synchronized (x) { // no-warning
1154 // PR 8458 - Make sure @synchronized doesn't crash with properties.
1161 @synchronized(x.lock) {} // no-warning
/external/proguard/examples/dictionaries/
Dkeywords.txt58 synchronized
/external/python/cpython2/Doc/library/
Ddatatypes.rst9 types such as dates and times, fixed-type arrays, heap queues, synchronized
/external/libexif/m4m/
Dgp-pkg-config.m438 dnl are supposed to be synchronized.
/external/clang/test/Coverage/
Dobjc-language-features.inc63 @synchronized(x) {

12345