Home
last modified time | relevance | path

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

123456789

/third_party/grpc/src/objective-c/ProtoRPC/
DProtoRPC.m173 @synchronized(self) {
181 @synchronized(self) {
187 @synchronized(self) {
214 @synchronized(self) {
222 @synchronized(self) {
234 @synchronized(self) {
241 @synchronized(self) {
246 @synchronized(self) {
260 @synchronized(self) {
264 @synchronized(self) {
[all …]
/third_party/grpc/src/objective-c/RxLibrary/
DGRXForwardingWriter.m60 @synchronized(self) {
66 @synchronized(self) {
76 @synchronized(self) {
85 @synchronized(self) {
92 @synchronized(self) {
101 @synchronized(self) {
110 @synchronized(self) {
DGRXBufferedPipe.m55 @synchronized(self) {
76 @synchronized(self) {
109 @synchronized(self) {
DGRXConcurrentWriteable.m67 @synchronized(self) {
83 @synchronized(self) {
98 @synchronized(self) {
DGRXImmediateSingleWriter.m41 @synchronized(self) {
66 @synchronized(self) {
/third_party/typescript/tests/cases/conformance/types/objectTypeLiteral/propertySignatures/
DpropertyNamesOfReservedWords.ts51 synchronized; property in C
120 synchronized; property
190 synchronized; variable
259 synchronized, enumerator
/third_party/grpc/src/objective-c/GRPCClient/private/GRPCCore/
DGRPCCallInternal.m96 @synchronized(self) {
121 @synchronized(self) {
139 @synchronized(self) {
152 @synchronized(self) {
178 @synchronized(self) {
209 @synchronized(self) {
228 @synchronized(self) {
292 @synchronized(self) {
DGRPCOpBatchLog.m28 @synchronized(opBatchLog) {
42 @synchronized(opBatchLog) {
48 @synchronized(opBatchLog) {
DGRPCChannelPool.m106 @synchronized(self) {
142 @synchronized(self) {
154 @synchronized(self) {
171 @synchronized(self) {
185 @synchronized(self) {
237 @synchronized(self) {
249 @synchronized(self) {
DGRPCHost.m69 @synchronized(gHostCache) {
85 @synchronized(gHostCache) {
130 @synchronized(gHostCache) {
DGRPCWrappedCall.m270 @synchronized(self) {
304 @synchronized(self) {
312 @synchronized(self) {
325 @synchronized(self) {
/third_party/typescript/tests/baselines/reference/
DpropertyNamesOfReservedWords.js52 synchronized; field in C
121 synchronized;
191 synchronized;
260 synchronized,
DpropertyNamesOfReservedWords.types152 synchronized;
153 >synchronized : any
357 synchronized;
358 >synchronized : any
416 …: any; return: any; short: any; static: any; super: any; switch: any; synchronized: any; this: any…
565 synchronized;
566 >synchronized : any
611 …: any; return: any; short: any; static: any; super: any; switch: any; synchronized: any; this: any…
617 …: any; return: any; short: any; static: any; super: any; switch: any; synchronized: any; this: any…
770 synchronized,
[all …]
DpropertyNamesOfReservedWords.symbols152 synchronized;
153 >synchronized : Symbol(C.synchronized, Decl(propertyNamesOfReservedWords.ts, 49, 11))
360 synchronized;
361 >synchronized : Symbol(I.synchronized, Decl(propertyNamesOfReservedWords.ts, 118, 11))
569 synchronized;
570 >synchronized : Symbol(synchronized, Decl(propertyNamesOfReservedWords.ts, 188, 11))
774 synchronized,
775 >synchronized : Symbol(E.synchronized, Decl(propertyNamesOfReservedWords.ts, 257, 11))
/third_party/grpc/src/objective-c/GRPCClient/
DGRPCCallLegacy.m145 @synchronized(callFlags) {
164 @synchronized(callFlags) {
229 @synchronized(self) {
239 // This function should support being called within a @synchronized(self) block in another function
242 @synchronized(self) {
260 @synchronized(self) {
296 @synchronized(self) {
326 @synchronized(strongSelf) {
340 @synchronized(strongSelf) {
345 @synchronized(strongSelf) {
[all …]
/third_party/python/Lib/multiprocessing/
Dsharedctypes.py82 return synchronized(obj, lock, ctx=ctx)
96 return synchronized(obj, lock, ctx=ctx)
103 def synchronized(obj, lock=None, ctx=None): function
200 return synchronized, (self._obj, self._lock)
/third_party/vk-gl-cts/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
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DWGL_NV_delay_before_swap.txt63 synchronized swap would occur on the window associated with <hDC>. It also
65 for the synchronized swap and FALSE otherwise.
76 When buffer swaps are synchronized, the swap period is composed of one or
DGLX_NV_delay_before_swap.txt72 synchronized swap would occur on a particular GLX window drawable. It
74 to wait for the synchronized swap and False otherwise.
78 When buffer swaps are synchronized, the swap period is composed of one or
/third_party/openGLES/extensions/NV/
DWGL_NV_delay_before_swap.txt63 synchronized swap would occur on the window associated with <hDC>. It also
65 for the synchronized swap and FALSE otherwise.
76 When buffer swaps are synchronized, the swap period is composed of one or
DGLX_NV_delay_before_swap.txt72 synchronized swap would occur on a particular GLX window drawable. It
74 to wait for the synchronized swap and False otherwise.
78 When buffer swaps are synchronized, the swap period is composed of one or
/third_party/openGLES/extensions/SGIX/
DGLX_SGIX_swap_barrier.txt104 the groups are synchronized. If they are not synchronized, there is no
/third_party/boost/libs/graph_parallel/doc/
Dst_connected.rst38 This algorithm is currently *level-synchronized*, meaning that all
44 would remove the level-synchronized behavior.
/third_party/icu/tools/currency/
Dreadme.txt89 [java] [OK] ICU data is synchronized with the reference data
100 In this case, our data is synchronized with the latest XML data and you're done.
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/
DGLX_SGIX_swap_barrier.txt104 the groups are synchronized. If they are not synchronized, there is no

123456789