Searched refs:synchronized (Results 1 - 3 of 3) sorted by relevance
/third_party/typescript/tests/baselines/reference/ |
H A D | propertyNamesOfReservedWords.js | 52 synchronized; 121 synchronized; 191 synchronized; 260 synchronized, 345 E[E["synchronized"] = 49] = "synchronized";
|
/third_party/python/Lib/multiprocessing/ |
H A D | sharedctypes.py | 19 __all__ = ['RawValue', 'RawArray', 'Value', 'Array', 'copy', 'synchronized'] 82 return synchronized(obj, lock, ctx=ctx) 96 return synchronized(obj, lock, ctx=ctx) 103 def synchronized(obj, lock=None, ctx=None): function 104 assert not isinstance(obj, SynchronizedBase), 'object already synchronized' 200 return synchronized, (self._obj, self._lock)
|
/third_party/node/ |
H A D | vcbuild.bat | 20 @rem CI_* variables should be kept synchronized with the ones in Makefile
|
Completed in 3 milliseconds