Home
last modified time | relevance | path

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

12345

/external/grpc-grpc/src/ruby/pb/grpc/health/
Dchecker.rb37 @status_mutex.synchronize do
48 @status_mutex.synchronize { @statuses["#{service}"] = status }
53 @status_mutex.synchronize do
60 @status_mutex.synchronize do
67 @status_mutex.synchronize { @statuses.delete("#{service}") }
72 @status_mutex.synchronize { @statuses = {} }
/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/grpc-grpc/src/ruby/lib/grpc/generic/
Drpc_server.rb60 @stop_mutex.synchronize do
76 @stop_mutex.synchronize do
95 @stop_mutex.synchronize do # wait @keep_alive seconds for workers to stop
128 @stop_mutex.synchronize do
145 @stop_mutex.synchronize do
243 @run_mutex.synchronize do
254 @run_mutex.synchronize do
288 @run_mutex.synchronize do
327 @run_mutex.synchronize do
345 @run_mutex.synchronize do
[all …]
Dactive_call.rb120 @send_initial_md_mutex.synchronize do
230 @send_initial_md_mutex.synchronize do
359 @send_initial_md_mutex.synchronize do
442 @send_initial_md_mutex.synchronize do
573 @send_initial_md_mutex.synchronize do
589 @call_finished_mu.synchronize do
599 @call_finished_mu.synchronize do
621 @client_call_executed_mu.synchronize do
/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/python/cpython3/Lib/multiprocessing/
Dcontext.py67 from .synchronize import Lock
72 from .synchronize import RLock
77 from .synchronize import Condition
82 from .synchronize import Semaphore
87 from .synchronize import BoundedSemaphore
92 from .synchronize import Event
97 from .synchronize import Barrier
/external/grpc-grpc/src/ruby/spec/generic/
Drpc_server_pool_spec.rb49 wait_mu.synchronize do
61 wait_mu.synchronize do
104 wait_forever_mu.synchronize do
/external/grpc-grpc/src/ruby/lib/grpc/
Dnotifier.rb30 @mutex.synchronize do
36 @mutex.synchronize do
/external/grpc-grpc/src/ruby/end2end/
Dsig_handling_driver.rb43 client_started_mu.synchronize do
55 client_started_mu.synchronize do
Dkilled_client_thread_driver.rb42 client_started_mu.synchronize do
58 client_started_mu.synchronize do
/external/ImageMagick/MagickCore/
Dmatrix.c77 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()
/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()
/external/grpc-grpc/src/ruby/stress/
Dstress_client.rb35 @query_mutex.synchronize { @query_count += 1}
47 (@query_mutex.synchronize { @query_count / (Time.now - @start_time) }).to_i
/external/swiftshader/third_party/llvm-7.0/llvm/examples/ParallelJIT/
DParallelJIT.cpp241 static WaitForThreads synchronize; variable
251 synchronize.block(); // wait until other threads are at this point in callFunc()
300 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/skqp/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/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/tensorflow/tensorflow/core/common_runtime/sycl/
Dsycl_device_context.cc98 device->eigen_sycl_device()->synchronize(); in CopyCPUTensorToDevice()
176 device->eigen_sycl_device()->synchronize(); in CopyDeviceTensorToCPU()
Dsycl_allocator.h42 sycl_device_->synchronize(); in Synchronize()
/external/angle/third_party/spirv-tools/src/utils/vscode/
Dextension.js39 synchronize: { property
/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/
Dextension.js39 synchronize: { property
/external/deqp-deps/SPIRV-Tools/utils/vscode/
Dextension.js39 synchronize: { property

12345