Home
last modified time | relevance | path

Searched refs:synchronize (Results 1 – 25 of 65) sorted by relevance

123

/external/webrtc/webrtc/system_wrappers/source/
Ddata_log.cc122 CriticalSectionScoped synchronize(cells_lock_); in InsertCell() local
132 CriticalSectionScoped synchronize(cells_lock_); in ToString() local
181 CriticalSectionScoped synchronize(table_lock_); in AddColumn() local
198 CriticalSectionScoped synchronize(table_lock_); in InsertCell() local
224 CriticalSectionScoped synchronize(table_lock_); in Flush() local
252 CriticalSectionScoped synchronize(table_lock_); in Flush() local
341 CriticalSectionScoped synchronize(crit_sect_.get()); in CreateLog() local
362 CriticalSectionScoped synchronize(crit_sect_.get()); in ReturnLog() local
372 WriteLockScoped synchronize(*tables_lock_); in AddTable() local
385 ReadLockScoped synchronize(*tables_lock_); in AddColumn() local
[all …]
Dclock.cc242 ReadLockScoped synchronize(*lock_); in TimeInMilliseconds() local
247 ReadLockScoped synchronize(*lock_); in TimeInMicroseconds() local
267 WriteLockScoped synchronize(*lock_); in AdvanceTimeMicroseconds() local
/external/python/cpython2/Lib/multiprocessing/
D__init__.py175 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
/external/ImageMagick/MagickCore/
Dmatrix.c76 synchronize; member
191 if (matrix_info->synchronize != MagickFalse) in SetMatrixExtent()
204 *synchronize; in AcquireMatrixInfo() local
221 synchronize=GetEnvironmentValue("MAGICK_SYNCHRONIZE"); in AcquireMatrixInfo()
222 if (synchronize != (const char *) NULL) in AcquireMatrixInfo()
224 matrix_info->synchronize=IsStringTrue(synchronize); in AcquireMatrixInfo()
225 synchronize=DestroyString(synchronize); in AcquireMatrixInfo()
Dcache-private.h205 synchronize, member
Dblob.c133 synchronize, member
454 clone_info->synchronize=blob_info->synchronize; in CloneBlobInfo()
520 if (image->blob->synchronize != MagickFalse) in CloseBlob()
544 (image->blob->synchronize != MagickFalse)) in CloseBlob()
2430 image->blob->synchronize=image_info->synchronize; in OpenBlob()
4129 if (image->blob->synchronize != MagickFalse) in SetBlobExtent()
4177 if (image->blob->synchronize != MagickFalse) in SetBlobExtent()
Dimage.h449 synchronize; member
Dimage.c1334 *synchronize; in GetImageInfo() local
1351 synchronize=GetEnvironmentValue("MAGICK_SYNCHRONIZE"); in GetImageInfo()
1352 if (synchronize != (const char *) NULL) in GetImageInfo()
1354 image_info->synchronize=IsStringTrue(synchronize); in GetImageInfo()
1355 synchronize=DestroyString(synchronize); in GetImageInfo()
/external/eigen/unsupported/test/
Dcxx11_tensor_reduction_cuda.cu50 gpu_device.synchronize(); in test_full_reductions()
88 dev.synchronize(); in test_first_dim_reductions()
128 dev.synchronize(); in test_last_dim_reductions()
Dcxx11_tensor_of_float16_cuda.cu49 gpu_device.synchronize(); in test_cuda_numext()
124 gpu_device.synchronize(); in test_cuda_unary()
165 gpu_device.synchronize(); in test_cuda_elementwise()
238 gpu_device.synchronize(); in test_cuda_trancendental()
300 gpu_device.synchronize(); in test_cuda_contractions()
353 gpu_device.synchronize(); in test_cuda_reductions()
409 gpu_device.synchronize(); in test_cuda_full_reductions()
417 gpu_device.synchronize(); in test_cuda_full_reductions()
462 gpu_device.synchronize(); in test_cuda_forced_evals()
Dcxx11_tensor_complex_cuda.cu101 gpu_device.synchronize(); in test_cuda_sum_reductions()
138 gpu_device.synchronize(); in test_cuda_product_reductions()
Dcxx11_tensor_cast_float16_cuda.cu52 gpu_device.synchronize(); in test_cuda_conversion()
/external/swiftshader/third_party/LLVM/examples/ParallelJIT/
DParallelJIT.cpp221 static WaitForThreads synchronize; variable
231 synchronize.block(); // wait until other threads are at this point in callFunc()
279 synchronize.releaseThreads(3); // wait until other threads are at this point in main()
/external/llvm/examples/ParallelJIT/
DParallelJIT.cpp242 static WaitForThreads synchronize; variable
252 synchronize.block(); // wait until other threads are at this point in callFunc()
301 synchronize.releaseThreads(3); // wait until other threads are at this point in main()
/external/skia/site/dev/chrome/
Dchanges.md6 The strategy you use to synchronize changes in the Skia and Chromium
35 how to synchronize the changes between Skia, Blink, and Chromium [here](./blink).
/external/trappy/trappy/plotter/js/
DILinePlot.js69 syncObjs[group] = Dygraph.synchronize(syncGraphs, {
/external/autotest/server/site_tests/p2p_EndToEndTest/
Dcontrol52 # Create the shared QueueBarrier to synchronize the processes.
/external/mesa3d/src/mesa/drivers/dri/common/xmlpool/
Dnl.po231 msgid "Never synchronize with vertical refresh, ignore application's choice"
246 "Always synchronize with vertical refresh, application chooses the minimum "
Dsv.po225 msgid "Never synchronize with vertical refresh, ignore application's choice"
238 "Always synchronize with vertical refresh, application chooses the minimum "
Dde.po234 msgid "Never synchronize with vertical refresh, ignore application's choice"
249 "Always synchronize with vertical refresh, application chooses the minimum "
Dfr.po227 msgid "Never synchronize with vertical refresh, ignore application's choice"
246 "Always synchronize with vertical refresh, application chooses the minimum "
Des.po241 msgid "Never synchronize with vertical refresh, ignore application's choice"
258 "Always synchronize with vertical refresh, application chooses the minimum "
Dca.po260 msgid "Never synchronize with vertical refresh, ignore application's choice"
274 "Always synchronize with vertical refresh, application chooses the minimum "
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorDeviceCuda.h264 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void synchronize() const { in initializeDeviceProp() function
/external/syslinux/core/lwip/doc/
Dcontrib.txt31 (This forces you to synchronize documentation and implementation.)

123