HomeSort by relevance Sort by last modified time
    Searched refs:synchronize (Results 1 - 25 of 77) sorted by null

1 2 3 4

  /external/webrtc/webrtc/system_wrappers/source/
data_log.cc 122 CriticalSectionScoped synchronize(cells_lock_);
132 CriticalSectionScoped synchronize(cells_lock_);
181 CriticalSectionScoped synchronize(table_lock_);
198 CriticalSectionScoped synchronize(table_lock_);
224 CriticalSectionScoped synchronize(table_lock_);
252 CriticalSectionScoped synchronize(table_lock_);
341 CriticalSectionScoped synchronize(crit_sect_.get());
362 CriticalSectionScoped synchronize(crit_sect_.get());
372 WriteLockScoped synchronize(*tables_lock_);
385 ReadLockScoped synchronize(*tables_lock_)
    [all...]
clock.cc 87 // TODO(pbos): Consider modifying the implementation to synchronize itself
242 ReadLockScoped synchronize(*lock_);
247 ReadLockScoped synchronize(*lock_);
267 WriteLockScoped synchronize(*lock_);
  /external/python/cpython2/Lib/multiprocessing/
__init__.py 175 from multiprocessing.synchronize import Lock
182 from multiprocessing.synchronize import RLock
189 from multiprocessing.synchronize import Condition
196 from multiprocessing.synchronize import Semaphore
203 from multiprocessing.synchronize import BoundedSemaphore
210 from multiprocessing.synchronize import Event
  /prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
__init__.py 175 from multiprocessing.synchronize import Lock
182 from multiprocessing.synchronize import RLock
189 from multiprocessing.synchronize import Condition
196 from multiprocessing.synchronize import Semaphore
203 from multiprocessing.synchronize import BoundedSemaphore
210 from multiprocessing.synchronize import Event
  /prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/
__init__.py 175 from multiprocessing.synchronize import Lock
182 from multiprocessing.synchronize import RLock
189 from multiprocessing.synchronize import Condition
196 from multiprocessing.synchronize import Semaphore
203 from multiprocessing.synchronize import BoundedSemaphore
210 from multiprocessing.synchronize import Event
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
__init__.py 175 from multiprocessing.synchronize import Lock
182 from multiprocessing.synchronize import RLock
189 from multiprocessing.synchronize import Condition
196 from multiprocessing.synchronize import Semaphore
203 from multiprocessing.synchronize import BoundedSemaphore
210 from multiprocessing.synchronize import Event
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
__init__.py 175 from multiprocessing.synchronize import Lock
182 from multiprocessing.synchronize import RLock
189 from multiprocessing.synchronize import Condition
196 from multiprocessing.synchronize import Semaphore
203 from multiprocessing.synchronize import BoundedSemaphore
210 from multiprocessing.synchronize import Event
  /system/core/logd/
LogKlog.h 45 void synchronize(const char* buf, ssize_t len);
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/
x86-64-stack.s 37 # This is just to synchronize the disassembly.
  /prebuilts/go/darwin-x86/src/runtime/
proflabel.go 22 // different goroutines, so it needs to synchronize with all
23 // of them (this wouldn't be an issue if we could synchronize
24 // on &getg().labels since we would synchronize with each
  /prebuilts/go/linux-x86/src/runtime/
proflabel.go 22 // different goroutines, so it needs to synchronize with all
23 // of them (this wouldn't be an issue if we could synchronize
24 // on &getg().labels since we would synchronize with each
  /external/python/cpython3/Lib/multiprocessing/
context.py 66 from .synchronize import Lock
71 from .synchronize import RLock
76 from .synchronize import Condition
81 from .synchronize import Semaphore
86 from .synchronize import BoundedSemaphore
91 from .synchronize import Event
96 from .synchronize import Barrier
  /external/tensorflow/tensorflow/core/common_runtime/sycl/
sycl_allocator.h 39 void Synchronize() {
42 sycl_device_->synchronize();
sycl_device_context.cc 98 device->eigen_sycl_device()->synchronize();
176 device->eigen_sycl_device()->synchronize();
  /external/tensorflow/tensorflow/core/kernels/
ops_testutil.cc 58 context_->eigen_gpu_device().synchronize();
  /external/ImageMagick/MagickCore/
matrix.c 78 synchronize;
194 if (matrix_info->synchronize != MagickFalse)
207 *synchronize;
224 synchronize=GetEnvironmentValue("MAGICK_SYNCHRONIZE");
225 if (synchronize != (const char *) NULL)
227 matrix_info->synchronize=IsStringTrue(synchronize);
228 synchronize=DestroyString(synchronize);
76 synchronize; member in struct:_MatrixInfo
204 *synchronize; local
    [all...]
cache-private.h 205 synchronize, member in struct:_CacheInfo
image.h 449 synchronize; member in struct:_ImageInfo
  /prebuilts/go/darwin-x86/misc/cgo/test/
issue9400_linux.go 25 // We synchronize through a shared variable, so we need two procs
  /prebuilts/go/linux-x86/misc/cgo/test/
issue9400_linux.go 25 // We synchronize through a shared variable, so we need two procs
  /external/llvm/examples/ParallelJIT/
ParallelJIT.cpp 242 static WaitForThreads synchronize; variable
252 synchronize.block(); // wait until other threads are at this point
301 synchronize.releaseThreads(3); // wait until other threads are at this point
  /external/swiftshader/third_party/LLVM/examples/ParallelJIT/
ParallelJIT.cpp 221 static WaitForThreads synchronize; variable
231 synchronize.block(); // wait until other threads are at this point
279 synchronize.releaseThreads(3); // wait until other threads are at this point
  /external/trappy/trappy/plotter/js/
ILinePlot.js 69 syncObjs[group] = Dygraph.synchronize(syncGraphs, {
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorDeviceCuda.h 264 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void synchronize() const { function
  /test/vts/utils/python/controllers/
attenuator.py 328 def synchronize(self): member in class:AttenuatorGroup

Completed in 863 milliseconds

1 2 3 4